Initial vimrc commit
This commit is contained in:
parent
efc5c46722
commit
7fd7ce1d8c
21
vimrc
Normal file
21
vimrc
Normal file
@ -0,0 +1,21 @@
|
||||
" Style
|
||||
" colorscheme desert
|
||||
syntax on
|
||||
set wildmenu
|
||||
set autoindent
|
||||
|
||||
" Tab
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set smarttab
|
||||
|
||||
" Show row numbers
|
||||
set rnu
|
||||
|
||||
" Strip trailing whitespaces
|
||||
autocmd BufWritePre * %s/\s\+$//e
|
||||
|
||||
" Display extra whitespace
|
||||
set list listchars=tab:»·,trail:·
|
||||
|
Loading…
Reference in New Issue
Block a user