diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2025-11-04 22:40:46 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2025-11-04 22:40:46 +0000 |
| commit | 2cbc77a8d17ae8c941f7008b31505fa616b53d87 (patch) | |
| tree | d801f23d7659bb152b2cfb9846f73498fa3c6447 /vim/.vimrc | |
| parent | f35f07a9a742a9cc80f61495fa01a8d86bba2f56 (diff) | |
Diffstat (limited to 'vim/.vimrc')
| -rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ syntax on set number highlight LineNr ctermfg=darkgrey -filetype plugin indent on +" filetype plugin indent on set tabstop=4 set shiftwidth=4 -set expandtab +set smarttab nnoremap <leader>n :NERDTreeFocus<CR> nnoremap <C-n> :NERDTree<CR> |
