|
|
@@ -18,15 +18,8 @@ Plug 'fannheyward/telescope-coc.nvim'
|
|
|
Plug 'felippepuhle/coc-graphql', {'do': 'yarn install --frozen-lockfile'}
|
|
|
Plug 'iamcco/coc-spell-checker', {'do': 'yarn install --frozen-lockfile'}
|
|
|
Plug 'josa42/coc-go', {'do': 'yarn install --frozen-lockfile'}
|
|
|
-Plug 'josa42/coc-docker'
|
|
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
|
|
-Plug 'neoclide/coc-eslint', {'do': 'yarn install --frozen-lockfile'}
|
|
|
-Plug 'neoclide/coc-git', {'do': 'yarn install --frozen-lockfile'}
|
|
|
-Plug 'neoclide/coc-json', {'do': 'yarn install --frozen-lockfile'}
|
|
|
-Plug 'neoclide/coc-snippets', {'do': 'yarn install --frozen-lockfile'}
|
|
|
Plug 'neoclide/coc-sources', {'do': 'yarn install --frozen-lockfile'}
|
|
|
-Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile'}
|
|
|
-Plug 'neoclide/coc-yaml', {'do': 'yarn install --frozen-lockfile'}
|
|
|
Plug 'oncomouse/coc-fish', {'do': 'yarn install --frozen-lockfile'}
|
|
|
Plug 'pantharshit00/coc-prisma', {'do': 'yarn install --frozen-lockfile'}
|
|
|
Plug 'rodrigore/coc-tailwind-intellisense', {'do': 'npm install'}
|