diff --git a/nvim/coc-languages/go.vim b/nvim/coc-languages/go.vim new file mode 100644 index 0000000..d838559 --- /dev/null +++ b/nvim/coc-languages/go.vim @@ -0,0 +1,2 @@ +call extend(g:dotfiles_coc_extensions, {'coc-go': 1}) +call extend(g:dotfiles_coc_filetypes, {'go': 1})