Improve coc.nvim

This commit is contained in:
Bruno Carlin 2020-03-16 09:12:13 +01:00
parent 72e211f5e5
commit a54ce118f4
2 changed files with 28 additions and 4 deletions

View file

@ -1,9 +1,12 @@
{
"languageserver": {
"golang": {
"command": "gopls",
"command": "/home/bca/.go/bin/gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
"filetypes": ["go"],
"initializationOptions": {
"usePlaceholders": true
}
},
"bash": {
"command": "bash-language-server",