dotfiles/nvim/coc-settings.json

30 lines
503 B
JSON
Raw Permalink Normal View History

2023-10-29 19:09:51 +05:30
{
"languageserver": {
"godot": {
"host": "127.0.0.1",
"filetypes": ["gdscript"],
"port": 6005
}
},
"cSpell.userWords": [
2023-11-26 18:04:09 +05:30
"Monero",
2024-04-11 00:56:26 +05:30
"abled",
2023-10-29 19:09:51 +05:30
"bcrypt",
2024-04-11 00:56:26 +05:30
"conv",
"cuda",
2024-02-27 14:08:03 +05:30
"cupy",
2023-10-29 19:09:51 +05:30
"favicon",
2024-02-27 14:08:03 +05:30
"keras",
2023-10-29 19:09:51 +05:30
"kosh",
2024-01-07 17:54:56 +05:30
"ndarray",
"overdiscounting",
2023-11-26 18:04:09 +05:30
"paytmchecksum",
2024-04-11 00:56:26 +05:30
"perceptron",
2023-10-29 19:09:51 +05:30
"pyperclip",
"pytorch",
2024-02-27 14:08:03 +05:30
"relu",
2023-11-26 18:04:09 +05:30
"transfeminism",
2023-10-29 19:09:51 +05:30
"werkzeug"
]
}