Fix Vim issues

This commit is contained in:
Max Bucknell 2015-05-09 12:20:34 +01:00
parent 12a8aa8823
commit c36f80965c
2 changed files with 3 additions and 1 deletions

View file

@ -39,6 +39,8 @@ hi Constant cterm=NONE ctermfg=7 ctermbg=NONE
hi Define cterm=NONE ctermfg=7 ctermbg=NONE
hi Include cterm=NONE ctermfg=7 ctermbg=NONE
hi Macro cterm=NONE ctermfg=7 ctermbg=NONE
hi lessFunction cterm=NONE ctermfg=7 ctermbg=NONE
hi lessCssAttribute cterm=NONE ctermfg=7 ctermbg=NONE
" Residual Vim colors
hi VimSet cterm=NONE ctermfg=7 ctermbg=NONE

View file

@ -34,8 +34,8 @@ set nowrap
" This shows the real line number of the current line, and relative
" line numbers on the other lines. Relative line numbers are good to
" know how many lines to yank, delete, or move.
set relativenumber
set number
set relativenumber
" Write before commands
"