chore(config): add mouse support and add prettier

main
sudo pacman -Syu 2021-08-04 18:07:53 +07:00
parent 0bf971243f
commit 56b9be6645
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@ endif
" Disable cursor styling
set guicursor=
" Mouse support
set mouse=a
" Install xclip or xsel
set clipboard+=unnamedplus
@ -45,6 +48,9 @@ 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()