dotfiles/vimrc
Flo 52261f628d add screenrc, update vimrc, zshrc
- add screenrc with status bar
- manage tabs in vimrc
- fix aliases source in zshrc
2016-05-04 23:40:56 +02:00

13 lines
303 B
VimL

execute pathogen#infect()
syntax on
filetype plugin indent on
colors molokai
let g:airline_powerline_fonts = 1
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab