dotfiles/.config/nvim/coc-settings.json
2019-01-01 19:48:52 +01:00

9 lines
164 B
JSON

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