dotfiles/home/vimrc
David Todd (c0de) 72a50cfa00 folder cleanup
2018-10-22 23:14:22 -05:00

6 lines
123 B
VimL

set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
execute pathogen#infect()
syntax on
filetype plugin indent on