[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
1 changed files with 2 additions and 0 deletions

View File

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