dotfiles/vim/.vim/coc-settings.json

10 lines
164 B
JSON
Raw Normal View History

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