update my nvim since apparently I'm gonna use that again
This commit is contained in:
parent
706fe9b17f
commit
14a5399cdc
2 changed files with 144 additions and 69 deletions
29
_config/nvim/coc-settings.json
Normal file
29
_config/nvim/coc-settings.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"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": "off"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue