a
This commit is contained in:
parent
8c0eff23c1
commit
c430b03c8f
1 changed files with 27 additions and 28 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
{
|
{
|
||||||
"suggest.triggerCompletionWait": 50,
|
"suggest.triggerCompletionWait": 50,
|
||||||
|
"semanticTokens": {
|
||||||
|
"filetypes": ["nix"]
|
||||||
|
},
|
||||||
|
"coc.preferences.formatOnSaveFiletypes": ["nix"],
|
||||||
"suggest.enablePreview": true,
|
"suggest.enablePreview": true,
|
||||||
"html.enable": true,
|
"html.enable": true,
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
|
|
@ -11,7 +15,7 @@
|
||||||
"diagnostic-languageserver.filetypes": {
|
"diagnostic-languageserver.filetypes": {
|
||||||
"vim": "vint",
|
"vim": "vint",
|
||||||
"sh": "shellcheck",
|
"sh": "shellcheck",
|
||||||
"markdown": "write-good"
|
"markdown": "write-good"
|
||||||
},
|
},
|
||||||
"diagnostic-languageserver.formatFiletypes": {
|
"diagnostic-languageserver.formatFiletypes": {
|
||||||
"sh": "shfmt"
|
"sh": "shfmt"
|
||||||
|
|
@ -25,34 +29,29 @@
|
||||||
"rust-analyzer.inlayHints.refreshOnInsertMode": true,
|
"rust-analyzer.inlayHints.refreshOnInsertMode": true,
|
||||||
"rust-analyzer.updates.channel": "nightly",
|
"rust-analyzer.updates.channel": "nightly",
|
||||||
"html.validate.scripts": true,
|
"html.validate.scripts": true,
|
||||||
"git.gitlab.hosts": [
|
"git.gitlab.hosts": ["gitlab.com"],
|
||||||
"gitlab.com"
|
|
||||||
],
|
|
||||||
"git.addGBlameToVirtualText": true,
|
"git.addGBlameToVirtualText": true,
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"nix": {
|
"nix": {
|
||||||
"command": "nil",
|
"command": "nil",
|
||||||
"filetypes": [
|
"filetypes": ["nix"],
|
||||||
"nix"
|
"settings": {
|
||||||
],
|
"nil": {
|
||||||
"rootPatterns": ["flake.nix"]
|
"formatting": { "command": ["nixpkgs-fmt"] }
|
||||||
},
|
}
|
||||||
"csharp-ls": {
|
},
|
||||||
"command": "csharp-ls",
|
"rootPatterns": ["flake.nix"]
|
||||||
"filetypes": [
|
},
|
||||||
"cs",
|
"csharp-ls": {
|
||||||
"razor"
|
"command": "csharp-ls",
|
||||||
]
|
"filetypes": ["cs", "razor"]
|
||||||
},
|
},
|
||||||
"terraform": {
|
"terraform": {
|
||||||
"command": "terraform-ls",
|
"command": "terraform-ls",
|
||||||
"args": ["serve"],
|
"args": ["serve"],
|
||||||
"filetypes": [
|
"filetypes": ["terraform", "tf"],
|
||||||
"terraform",
|
"initializationOptions": {},
|
||||||
"tf"
|
"settings": {}
|
||||||
],
|
}
|
||||||
"initializationOptions": {},
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue