Vim config.
parent
44949510e6
commit
9f7d577915
|
@ -0,0 +1,10 @@
|
||||||
|
set number
|
||||||
|
set expandtab
|
||||||
|
set tabstop=2
|
||||||
|
set softtabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
|
|
||||||
|
" execute pathogen#infect()
|
||||||
|
syntax on
|
||||||
|
filetype plugin indent on
|
||||||
|
|
Loading…
Reference in New Issue