mirror of
https://github.com/Adam-Ant/dotfiles
synced 2024-11-05 09:06:23 +00:00
15 lines
246 B
VimL
15 lines
246 B
VimL
execute pathogen#infect()
|
|
syntax on
|
|
|
|
" Spaces are better than tabs :P
|
|
filetype plugin indent on
|
|
set tabstop=2
|
|
set shiftwidth=2
|
|
set expandtab
|
|
|
|
set t_Co=256
|
|
set laststatus=2
|
|
set number
|
|
let g:airline_powerline_fonts = 1
|
|
let g:airline_theme='murmur'
|