dotfiles/old/_config/nvim/coc-settings.json

31 lines
537 B
JSON

{
"languageserver": {
"ccls": {
"command": "ccls",
"filetypes": [
"c",
"cpp"
],
"rootPatterns": [
".ccls",
".git/",
".hg/",
".vim/",
"compile_commands.json"
],
"initializationOptions":{
"cache": {
"directory": "/tmp/ccls"
}
}
},
"godot": {
"host": "127.0.0.1",
"filetypes": ["gdscript"],
"port": 6008
}
},
"tsserver.log": "normal",
"svelte.enable-ts-plugin": true,
"svelte.language-server.ls-path": "node_modules/svelte-language-server/bin/server.js"
}