install script

This commit is contained in:
Bachir Soussi Chiadmi
2016-06-11 11:23:35 +02:00
parent 2ac716bbec
commit 01cd8ec81f
8 changed files with 456 additions and 7 deletions
+17
View File
@@ -0,0 +1,17 @@
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
set number