dotfiles/nvim/coc-settings.json

17 lines
276 B
JSON
Raw Normal View History

2023-10-29 19:09:51 +05:30
{
"languageserver": {
"godot": {
"host": "127.0.0.1",
"filetypes": ["gdscript"],
"port": 6005
}
},
"cSpell.userWords": [
"bcrypt",
"favicon",
"kosh",
"pyperclip",
"werkzeug"
]
}