mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add a coc language config for Go
This commit is contained in:
parent
0ac6542bb5
commit
75dbd2e0fb
1 changed files with 2 additions and 0 deletions
2
nvim/coc-languages/go.vim
Normal file
2
nvim/coc-languages/go.vim
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
call extend(g:dotfiles_coc_extensions, {'coc-go': 1})
|
||||||
|
call extend(g:dotfiles_coc_filetypes, {'go': 1})
|
Loading…
Add table
Add a link
Reference in a new issue