{ "languageserver": { "golang": { "command": "gopls", "filetypes": [ "go" ], "rootPatterns": [ "go.mod", ".vim/", ".git/", ".hg/" ] }, "terraform": { "command": "terraform-ls", "args": [ "serve" ], "filetypes": [ "terraform", "tf" ], "initializationOptions": {}, "settings": {} } } }