mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
27 lines
532 B
JSON
27 lines
532 B
JSON
{
|
|
"languageserver": {
|
|
"golang": {
|
|
"command": "gopls",
|
|
"filetypes": [
|
|
"go"
|
|
],
|
|
"rootPatterns": [
|
|
"go.mod",
|
|
".vim/",
|
|
".git/",
|
|
".hg/"
|
|
]
|
|
},
|
|
"terraform": {
|
|
"command": "terraform-lsp",
|
|
"filetypes": [
|
|
"tf"
|
|
],
|
|
"rootPatterns": [
|
|
".vim/",
|
|
".git/"
|
|
]
|
|
}
|
|
}
|
|
}
|