15 lines
258 B
JSON
15 lines
258 B
JSON
{
|
|
"languageserver": {
|
|
"golang": {
|
|
"command": "gopls",
|
|
"args": [],
|
|
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
|
"filetypes": ["go"]
|
|
},
|
|
"lua": {
|
|
"command": "lua-lsp",
|
|
"filetypes": ["lua"]
|
|
}
|
|
}
|
|
}
|
|
|