Skip to content

Instantly share code, notes, and snippets.

@daGrevis
Created April 23, 2019 20:49
Show Gist options
  • Select an option

  • Save daGrevis/7a40c44e33e6db83c2c009c3d28379ea to your computer and use it in GitHub Desktop.

Select an option

Save daGrevis/7a40c44e33e6db83c2c009c3d28379ea to your computer and use it in GitHub Desktop.
" VimL source.
Plug 'Shougo/neco-vim'
Plug 'https://github.com/neoclide/coc-neco'
" CSS source.
Plug 'neoclide/coc-css', {'do': 'yarn install --frozen-lockfile --force'}
" JSON source.
Plug 'neoclide/coc-json', {'do': 'yarn install --frozen-lockfile --force'}
" JavaScript and TypeScript source.
Plug 'neoclide/coc-tsserver', {'do': 'yarn install --frozen-lockfile --force'}
" ESLint source.
Plug 'neoclide/coc-eslint', {'do': 'yarn install --frozen-lockfile --force'}
" Prettier source.
Plug 'neoclide/coc-prettier', {'do': 'yarn install --frozen-lockfile --force'}
" IntelliSense engine.
Plug 'neoclide/coc.nvim', {'do': { -> coc#util#install() }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment