chore: initial commit
This commit is contained in:
commit
67c7ccd66b
11102 changed files with 455009 additions and 0 deletions
14
.config/nvim/coc-settings.json
Normal file
14
.config/nvim/coc-settings.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue