more vim stuff

This commit is contained in:
Spotlight 2018-08-14 18:06:15 -05:00
parent e681427688
commit 3734a71e6f
No known key found for this signature in database
GPG key ID: 1677AD4E8EBBBC56
4 changed files with 18 additions and 5 deletions

6
vimrc
View file

@ -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