diff --git a/init.vim b/init.vim index 7951d70..0207f71 100644 --- a/init.vim +++ b/init.vim @@ -47,6 +47,7 @@ Plug 'neoclide/coc-python', { 'do': 'yarn install --frozen-lockfile' } Plug 'marlonfan/coc-phpls', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-sql', { 'do': 'yarn install --frozen-lockfile' } Plug 'fannheyward/coc-markdownlint', { 'do': 'yarn install --frozen-lockfile' } +Plug 'josa42/coc-go', { 'do': 'yarn install --frozen-lockfile' } " }}} " html / templates{{{