dotfiles/nvim/coc-settings.json

10 lines
164 B
JSON
Raw Normal View History

2021-08-31 03:26:52 +03:00
{
"languageserver": {
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
}
}