added pathogen and pencil airline theme

This commit is contained in:
2015-06-21 21:18:22 -06:00
parent db887259ee
commit 65793efe24
+22 -3
View File
@@ -1,8 +1,27 @@
syntax enable " load pathogen
execute pathogen#infect()
" disable vi compatibility
set nocompatible
" colorscheme
set background=dark set background=dark
colorscheme solarized colorscheme pencil
set smartindent let g:airline_theme = 'pencil'
" display line numbers
set nu
" toggle highlight line
nnoremap <silent> <F4> :set cursorline!<CR>
" enable syntax highlighting
syntax enable
" set up indenting
set tabstop=2 set tabstop=2
set shiftwidth=2 set shiftwidth=2
set expandtab set expandtab
filetype plugin indent on
"
iabbrev <// </<C-X><C-O> iabbrev <// </<C-X><C-O>