summaryrefslogtreecommitdiff
path: root/plugin/perso.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/perso.vim')
-rwxr-xr-xplugin/perso.vim9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index e7d1e2b..915451e 100755
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -2,6 +2,10 @@ set showcmd
set backspace=indent,eol,start
+" Why the hell does Vim add \n add the end of a file ?
+set nofixendofline
+
+
set clipboard=unnamedplus
set ruler
set t_Co=256
@@ -18,10 +22,9 @@ inoremap <C-P> <C-N>
filetype plugin indent on
" Color :
+colo badwolf
autocmd ColorScheme * highlight ExtraWhitespace ctermbg=darkred guibg=darkred
-colo jellybeans
-colo badwolf
set cursorline
hi CursorLine term=bold cterm=bold ctermbg=black
@@ -133,7 +136,7 @@ noremap <silent> zv :!markdown % \| w3m -I utf-8 -T text/html
set colorcolumn=80
set cursorcolumn
-highlight CursorColumn ctermbg=Red
+highlight CursorColumn ctermbg=54
set hls
set incsearch