Created
April 23, 2019 20:49
-
-
Save daGrevis/7a40c44e33e6db83c2c009c3d28379ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " 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