updated nvim config
This commit is contained in:
parent
2f975eef9e
commit
5cfb538063
1 changed files with 1 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ Plug 'HerringtonDarkholme/yats.vim' " TS Syntax
|
||||||
|
|
||||||
" Initialize plugin system
|
" Initialize plugin system
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
inoremap jk <ESC>
|
inoremap jk <ESC>
|
||||||
nmap <C-n> :NERDTreeToggle<CR>
|
nmap <C-n> :NERDTreeToggle<CR>
|
||||||
|
|
||||||
|
|
@ -57,7 +56,6 @@ let g:NERDTreeGitStatusWithFlags = 1
|
||||||
"\ "Ignored" : "#808080"
|
"\ "Ignored" : "#808080"
|
||||||
"\ }
|
"\ }
|
||||||
|
|
||||||
|
|
||||||
"let g:NERDTreeIgnore = ['^node_modules$']
|
"let g:NERDTreeIgnore = ['^node_modules$']
|
||||||
|
|
||||||
" vim-prettier
|
" vim-prettier
|
||||||
|
|
@ -83,6 +81,7 @@ noremap <silent> <expr> k (v:count == 0 ? 'gk' : 'k')
|
||||||
"set relativenumber
|
"set relativenumber
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
set cursorline
|
||||||
set ttyfast
|
set ttyfast
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue