Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-04-14 13:15:05 +02:00
parent 5f536e840f
commit 88caa05069
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 4 additions and 1 deletions

View File

@ -67,11 +67,14 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'fannheyward/coc-markdownlint', {'do': 'yarn install --frozen-lockfile; npm i -D markdownlint --save-dev'}
" coc for bash
Plug 'josa42/coc-sh', {'do': 'yarn install --frozen-lockfile; npm i -D bash-language-server'}
Plug 'josa42/coc-sh', {'do': 'yarn install --frozen-lockfile; npm i -D coc-sh; npm i -D bash-language-server'}
" coc for prettier
Plug 'neoclide/coc-prettier', {'do': 'yarn install --frozen-lockfile'}
" coc-diagnostic
Plug 'iamcco/coc-diagnostic'
" Enable gentoo-syntax in vim
Plug 'gentoo/gentoo-syntax'
Plug 'tpope/vim-commentary'