update vim conf (esp. coc, ale and minisnip)

This commit is contained in:
Bruno Carlin 2019-12-03 10:56:42 +01:00
parent bbd0c7e8c0
commit af4dd514bd
5 changed files with 32 additions and 3 deletions

View file

@ -0,0 +1,9 @@
{
"languageserver": {
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
}
}