move all existing stuff to old/
This commit is contained in:
parent
c215878777
commit
35f5e8472b
49 changed files with 0 additions and 0 deletions
|
@ -1,31 +0,0 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue