Files
archlinux-postinstall/vimrc
T
2015-12-27 15:15:02 +01:00

16 lines
331 B
VimL

filetype plugin on
set encoding=utf-8
set directory=~/.vim/swp
" last known cursor position
" autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g'\"" | endif
" remove trailing whitespace
autocmd BufWritePre * :%s/\s\+$//e
syntax on
set t_co=256
let g:molokai_termcolors=256
colorscheme molokai