Browse Source

add coc-go

master
Schneider 4 years ago
parent
commit
2b93a7204d
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 1
      init.vim

1
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{{{

Loading…
Cancel
Save