This commit is contained in:
Alexander Kiryukhin 2021-08-31 03:26:52 +03:00
commit 0e248d1e44
No known key found for this signature in database
GPG key ID: 6DF7A2910D0699E9
5 changed files with 289 additions and 0 deletions

9
nvim/coc-settings.json Normal file
View file

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