[nvim] Add a coc language config for Go

This commit is contained in:
Alyxia Sother 2021-11-11 09:55:25 +01:00
parent 0ac6542bb5
commit 75dbd2e0fb
No known key found for this signature in database
GPG key ID: 355968D14144B739

View file

@ -0,0 +1,2 @@
call extend(g:dotfiles_coc_extensions, {'coc-go': 1})
call extend(g:dotfiles_coc_filetypes, {'go': 1})