Add prettier

This commit is contained in:
Hektor Misplon
2020-02-16 12:22:47 +00:00
parent 2cb2f7e631
commit 813d76e9de
2 changed files with 4 additions and 0 deletions

Submodule .vim/plugged/vim-prettier added at 0591cbc23d

3
.vimrc
View File

@@ -55,6 +55,9 @@ Plug 'junegunn/fzf.vim'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'prettier/vim-prettier', {
\ 'do': 'yarn install',
\ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'yaml', 'html'] }
call plug#end()
" NERDTree