code-examples/scripts/vim/.vimrc

11 lines
140 B
VimL

set number
set expandtab
set tabstop=2
set softtabstop=2
set shiftwidth=2
" execute pathogen#infect()
syntax on
filetype plugin indent on