Add base VIM config
This commit is contained in:
parent
4e4d0ea708
commit
b398426f92
8
vimrc
Normal file
8
vimrc
Normal file
@ -0,0 +1,8 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user