more nvim stuff

This commit is contained in:
tomit4 2021-09-25 08:49:21 -07:00
parent f2155314ab
commit 9da2daf852
3 changed files with 425 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Plug 'airblade/vim-gitgutter'
Plug 'ctrlpvim/ctrlp.vim' " fuzzy find files
Plug 'scrooloose/nerdcommenter'
Plug 'luochen1990/rainbow'
Plug 'yaegassy/coc-volar'
"Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
"Plug 'christoomey/vim-tmux-navigator'
@ -89,9 +90,13 @@ endif
syntax enable
colorscheme gruvbox
"colorscheme menguless "wish this had syntax highlighting..."
"colorscheme nord
"colorscheme molokai
"Enable transparency
hi Normal guibg=NONE ctermbg=NONE
" sync open file with NERDTree
" " Check if NERDTree is open or active
function! IsNERDTreeOpen()