chore(config): remove vim prettier

main
sudo pacman -Syu 2021-08-07 21:00:00 +07:00
parent 456ae34f4e
commit 9c8746da29
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ Plug 'joshdick/onedark.vim'
" Languages
Plug 'fatih/vim-go', {'tag': '*'}
Plug 'prettier/vim-prettier', {
\ 'do': 'yarn install',
\ 'for': ['javascript', 'typescript', 'css', 'json', 'markdown', 'yaml', 'html'] }
call plug#end()