dotfiles/.config/nvim/coc-settings.json

9 lines
285 B
JSON
Raw Normal View History

{
"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"]
}