more vim stuff
This commit is contained in:
parent
e681427688
commit
3734a71e6f
4 changed files with 18 additions and 5 deletions
6
vimrc
6
vimrc
|
@ -4,5 +4,11 @@ syntax on
|
|||
set number
|
||||
filetype plugin indent on
|
||||
|
||||
" two-spaced tabs
|
||||
set tabstop=2
|
||||
set softtabstop=0 noexpandtab
|
||||
set shiftwidth=4
|
||||
set tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab
|
||||
|
||||
" vim-airline
|
||||
let g:airline_powerline_fonts = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue