From 2b93a7204d5899f8f2ff37d3d01bdadbd01f7386 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 27 May 2020 09:32:11 +0200 Subject: [PATCH] add coc-go --- init.vim | 1 + 1 file changed, 1 insertion(+) 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{{{