diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,9 +8,11 @@ set number " enable linenumbers set noerrorbells " bell sucks set autoindent set tabstop=4 +set shiftwidth=4 set shiftround set modeline " enable modelines set nobackup " get rid of backupfiles +set foldenable "set listchars=tab:»· "set list " enable tab chars |