dotfiles/files/vimrc
2019-01-04 22:47:25 +00:00

19 lines
260 B
VimL

execute pathogen#infect()
let g:lightline = {'colorscheme': 'wombat'}
cmap w!! w !sudo tee >/dev/null %
:set mouse=a
syntax on
filetype plugin indent on
set laststatus=2
if !has('gui_running')
set t_Co=256
endif
set background=dark
colorscheme peaksea