First commit
This commit is contained in:
12
roles/system/files/vim/vimrc
Normal file
12
roles/system/files/vim/vimrc
Normal file
@@ -0,0 +1,12 @@
|
||||
set nocompatible
|
||||
set paste
|
||||
set smartindent
|
||||
set noexpandtab
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set softtabstop=-1
|
||||
syntax on
|
||||
set background=dark
|
||||
set list listchars=tab:»\ ,extends:›,precedes:‹,nbsp:·,trail:·
|
||||
colorscheme solarized
|
||||
filetype plugin indent on
|
Reference in New Issue
Block a user