Fix Vim issues
This commit is contained in:
parent
12a8aa8823
commit
c36f80965c
2 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,8 @@ hi Constant cterm=NONE ctermfg=7 ctermbg=NONE
|
||||||
hi Define cterm=NONE ctermfg=7 ctermbg=NONE
|
hi Define cterm=NONE ctermfg=7 ctermbg=NONE
|
||||||
hi Include cterm=NONE ctermfg=7 ctermbg=NONE
|
hi Include cterm=NONE ctermfg=7 ctermbg=NONE
|
||||||
hi Macro 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
|
" Residual Vim colors
|
||||||
hi VimSet cterm=NONE ctermfg=7 ctermbg=NONE
|
hi VimSet cterm=NONE ctermfg=7 ctermbg=NONE
|
||||||
|
|
|
@ -34,8 +34,8 @@ set nowrap
|
||||||
" This shows the real line number of the current line, and relative
|
" This shows the real line number of the current line, and relative
|
||||||
" line numbers on the other lines. Relative line numbers are good to
|
" line numbers on the other lines. Relative line numbers are good to
|
||||||
" know how many lines to yank, delete, or move.
|
" know how many lines to yank, delete, or move.
|
||||||
set relativenumber
|
|
||||||
set number
|
set number
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
" Write before commands
|
" Write before commands
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue