update my nvim since apparently I'm gonna use that again

This commit is contained in:
Mark Riedesel 2021-01-26 10:07:43 -05:00
parent 706fe9b17f
commit 14a5399cdc
2 changed files with 144 additions and 69 deletions

View 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"
}