You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
236 B

8 years ago
" set non-compatible
set nocompatible
" set syntax highlighting
syntax on
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
8 years ago
set number
" set tabwidth
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4