merge
This commit is contained in:
12
vim/coc-lsp/coc-settings.json
Normal file
12
vim/coc-lsp/coc-settings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"inlayHints.enable": false,
|
||||
"pyright.inlayHints.functionReturnTypes": false,
|
||||
"pyright.inlayHints.variableTypes": false,
|
||||
"languageserver": {
|
||||
"godot": {
|
||||
"host": "127.0.0.1",
|
||||
"filetypes": ["gdscript"],
|
||||
"port": 6005
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user