Added vimrc/gvimrc from kanaya

This commit is contained in:
Lexi / Zoe 2018-11-01 01:14:42 +01:00
parent ed68edf732
commit 132ec13712
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 159 additions and 1 deletions

12
.gvimrc Normal file
View file

@ -0,0 +1,12 @@
"set bg=light
" Set colorscheme and custom colors
colorscheme slate
highlight Cursor guifg=black guibg=white
" Autocompletion menu background
highlight Pmenu guibg=darkviolet
" HTML: tabs have a white background, change that
highlight htmlHead guibg=NONE