dotfiles/.vim/coc-settings.json
Cyryl Płotnicki 83a55aa3a7 Use go via coc
2019-06-08 12:10:54 +01:00

12 lines
183 B
JSON

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