linuxware/.config/nvim/coc-settings.json
Alexandre Cavalheiro S. Tiago Da Silva 67c7ccd66b
chore: initial commit
2021-04-05 10:48:05 -03:00

15 lines
238 B
JSON

{
"clangd.fallbackFlags": ["-std=c++17"],
"coc.source.around.firstMatch": false,
"coc.source.buffer.firstMatch": false,
"languageserver": {
"godot": {
"host": "127.0.0.1",
"filetypes": ["gdscript"],
"port": 6008
}
}
}