dotfiles/vimrc

6 lines
123 B
VimL
Raw Normal View History

2016-06-14 13:33:44 -05:00
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
execute pathogen#infect()
syntax on
filetype plugin indent on