added more notes on vim and neovim config files
This commit is contained in:
parent
f3aa8e04ae
commit
49423d2081
3 changed files with 109 additions and 3 deletions
|
|
@ -25,8 +25,8 @@ call plug#end()
|
|||
|
||||
inoremap jk <ESC>
|
||||
nmap <C-n> :NERDTreeToggle<CR>
|
||||
vmap ++ <plug>NERDCommenterToggle
|
||||
nmap ++ <plug>NERDCommenterToggle
|
||||
vmap ++ plug>NERDCommenterToggle
|
||||
nmap ++ plug>NERDCommenterToggle
|
||||
|
||||
" open NERDTree automatically
|
||||
autocmd StdinReadPre * let s:std_in=1
|
||||
|
|
@ -52,6 +52,10 @@ let g:NERDTreeGitStatusWithFlags = 1
|
|||
|
||||
let g:NERDTreeIgnore = ['^node_modules$']
|
||||
|
||||
"call s:initVariable("g:NERDTreeWinPos", "left") "default
|
||||
"call s:initVariable("g:NERDTreeWinPos", right)
|
||||
|
||||
|
||||
" vim-prettier
|
||||
"let g:prettier#quickfix_enabled = 0
|
||||
"let g:prettier#quickfix_auto_focus = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue