add tabstop
This commit is contained in:
parent
353c7ec7e1
commit
8ffcf4ead6
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -36,3 +36,8 @@ autocmd BufWinEnter * if getcmdwintype() == '' | silent NERDTreeMirror | endif
|
||||||
|
|
||||||
" nnoremap <C-n> :NERDTree<CR>
|
" nnoremap <C-n> :NERDTree<CR>
|
||||||
nnoremap <C-y> :NERDTreeFocus<CR>
|
nnoremap <C-y> :NERDTreeFocus<CR>
|
||||||
|
|
||||||
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
|
set softtabstop=2
|
||||||
|
set expandtab
|
||||||
|
|
Loading…
Add table
Reference in a new issue