mirror of
https://github.com/davegallant/nix-config
synced 2025-08-08 01:42:28 +00:00
Add coc-settings.json
This commit is contained in:
25
.config/nvim/coc-settings.json
Normal file
25
.config/nvim/coc-settings.json
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"languageserver": {
|
||||||
|
"golang": {
|
||||||
|
"command": "gopls",
|
||||||
|
"filetypes": [
|
||||||
|
"go"
|
||||||
|
],
|
||||||
|
"rootPatterns": [
|
||||||
|
"go.mod",
|
||||||
|
".vim/",
|
||||||
|
".git/",
|
||||||
|
".hg/"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"terraform": {
|
||||||
|
"command": "terraform-lsp",
|
||||||
|
"filetypes": [
|
||||||
|
"terraform",
|
||||||
|
"tf"
|
||||||
|
],
|
||||||
|
"initializationOptions": {},
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user