updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
b7916c11c9
commit
81f4d7e697
3
.vimrc
3
.vimrc
@ -22,6 +22,9 @@ Plug 'tpope/vim-speeddating'
|
||||
Plug 'prettier/vim-prettier', { 'do': 'npm install --force' }
|
||||
Plug 'iamcco/markdown-preview.nvim', { 'do': 'npm install --force' }
|
||||
Plug 'ycm-core/YouCompleteMe', { 'do': 'python3 install.py --clangd-completer --java-completer'}
|
||||
Plug 'hashivim/vim-terraform'
|
||||
Plug 'vim-syntastic/syntastic'
|
||||
Plug 'juliosueiras/vim-terraform-completion'
|
||||
" Problem with vim-prettier
|
||||
" git checkout -b test origin/feature/issue-232-add-support-for-prettier-2.x;
|
||||
" npm install --force
|
||||
|
Loading…
Reference in New Issue
Block a user