dotfiles/.config/nvim/coc-settings.json
2022-11-22 09:17:46 +01:00

20 lines
561 B
JSON

{
"suggest.noselect": false,
"vetur.format.options.tabSize": 4,
"vetur.format.options.useTabs": true,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.procMacro.attributes.enable": true,
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
"yaml.schemas": {
"kubernetes": "/*.yaml"
},
"languageserver": {
"bash": {
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh", "hbs"],
"ignoredRootPaths": ["~"]
}
}
}