dotfiles/.vim/coc-settings.json
Cyryl Płotnicki f4689cfa29 Add lua support
2019-06-08 12:36:44 +01:00

16 lines
258 B
JSON

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