Improve coc.nvim
This commit is contained in:
parent
72e211f5e5
commit
a54ce118f4
2 changed files with 28 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue