mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
29 lines
440 B
JSON
29 lines
440 B
JSON
{
|
|
"languageserver": {
|
|
"golang": {
|
|
"command": "gopls",
|
|
"filetypes": [
|
|
"go"
|
|
],
|
|
"rootPatterns": [
|
|
"go.mod",
|
|
".vim/",
|
|
".git/",
|
|
".hg/"
|
|
]
|
|
},
|
|
"terraform": {
|
|
"command": "terraform-ls",
|
|
"args": [
|
|
"serve"
|
|
],
|
|
"filetypes": [
|
|
"terraform",
|
|
"tf"
|
|
],
|
|
"initializationOptions": {},
|
|
"settings": {}
|
|
}
|
|
}
|
|
}
|