updated nvim config

This commit is contained in:
tomit4 2021-10-05 15:18:12 -07:00
parent 2f975eef9e
commit 5cfb538063

View file

@ -24,7 +24,6 @@ Plug 'HerringtonDarkholme/yats.vim' " TS Syntax
" Initialize plugin system
call plug#end()
inoremap jk <ESC>
nmap <C-n> :NERDTreeToggle<CR>
@ -57,7 +56,6 @@ let g:NERDTreeGitStatusWithFlags = 1
"\ "Ignored" : "#808080"
"\ }
"let g:NERDTreeIgnore = ['^node_modules$']
" vim-prettier
@ -83,6 +81,7 @@ noremap <silent> <expr> k (v:count == 0 ? 'gk' : 'k')
"set relativenumber
set number
set cursorline
set ttyfast
set mouse=a
set autoindent