Add prettier

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

@ -0,0 +1 @@
Subproject commit 0591cbc23ded66ce0b4f14f58ea7c6bb82438305

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