vimrc moved to .vim

This commit is contained in:
2015-06-21 21:36:34 -06:00
parent 65793efe24
commit 29016fd2d0
-27
View File
@@ -1,27 +0,0 @@
" load pathogen
execute pathogen#infect()
" disable vi compatibility
set nocompatible
" colorscheme
set background=dark
colorscheme pencil
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 shiftwidth=2
set expandtab
filetype plugin indent on
"
iabbrev <// </<C-X><C-O>