Files
dotfiles/vim/coc-lsp/coc-settings.json
2025-03-09 21:06:42 +03:00

13 lines
255 B
JSON

{
"inlayHints.enable": false,
"pyright.inlayHints.functionReturnTypes": false,
"pyright.inlayHints.variableTypes": false,
"languageserver": {
"godot": {
"host": "127.0.0.1",
"filetypes": ["gdscript"],
"port": 6005
}
}
}