This commit is contained in:
Philipp Hochkamp 2023-03-06 21:27:28 +01:00
parent a0b8181590
commit ff9e47e96b
10 changed files with 57 additions and 74 deletions

View file

@ -1,36 +1,7 @@
{
"suggest.triggerCompletionWait": 50,
"semanticTokens": {
"filetypes": ["nix"]
},
"coc.preferences.formatOnSaveFiletypes": ["nix"],
"suggest.enablePreview": true,
"html.enable": true,
"python.linting.enabled": true,
"html.format.enable": true,
"html.suggest.html5": true,
"html.validate.html": true,
"html.validate.styles": true,
"diagnostic-languageserver.mergeConfig": true,
"diagnostic-languageserver.filetypes": {
"vim": "vint",
"sh": "shellcheck",
"markdown": "write-good"
},
"diagnostic-languageserver.formatFiletypes": {
"sh": "shfmt"
},
"tabnine.disable_filetypes": ["pandoc"],
"flutter.provider.hot-reload": true,
"flutter.provider.enableSnippet": true,
"snippets.ultisnips.direcories": ["snippets"],
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.inlayHints.refreshOnInsertMode": true,
"rust-analyzer.updates.channel": "nightly",
"html.validate.scripts": true,
"git.gitlab.hosts": ["gitlab.com"],
"git.addGBlameToVirtualText": true,
"languageserver": {
"nix": {
"command": "nil",