added script from hehe.centiped box

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-15 15:45:47 +02:00
parent 18d0ca6587
commit 6afaabe7b0
23 changed files with 627 additions and 1 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