dotfiles/vimrc

9 lines
285 B
VimL
Raw Normal View History

2016-06-14 18:33:44 +00:00
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
" The real magic is with pathogen - Install below
" mkdir -p ~/.vim/autoload ~/.vim/bundle
" curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
execute pathogen#infect()
syntax on
filetype plugin indent on