Heavy comments/line numbers in colorscheme
This commit is contained in:
parent
30b0e0b2a9
commit
4e2a5dae41
16
home/.vimrc
16
home/.vimrc
@ -136,10 +136,10 @@ call pathogen#infect()
|
|||||||
" }}
|
" }}
|
||||||
|
|
||||||
" Colorscheme {{
|
" Colorscheme {{
|
||||||
set background=dark
|
|
||||||
colorscheme nofrils-dark
|
|
||||||
let g:nofrils_heavycomments=1
|
let g:nofrils_heavycomments=1
|
||||||
let g:nofrils_heavylinenumbers=1
|
let g:nofrils_heavylinenumbers=1
|
||||||
|
set background=dark
|
||||||
|
colorscheme nofrils-dark
|
||||||
" }}
|
" }}
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
@ -248,13 +248,13 @@ call pathogen#infect()
|
|||||||
|
|
||||||
" Overrides {{
|
" Overrides {{
|
||||||
" Hook for local (user) changes
|
" Hook for local (user) changes
|
||||||
if filereadable(expand("~/.vimrc.local"))
|
"if filereadable(expand("~/.vimrc.local"))
|
||||||
source ~/.vimrc.local
|
" source ~/.vimrc.local
|
||||||
endif
|
"endif
|
||||||
|
|
||||||
" Hook for local (directory) changes
|
" Hook for local (directory) changes
|
||||||
if filereadable(glob("./.vimrc.local"))
|
"if filereadable(glob("./.vimrc.local"))
|
||||||
source ./.vimrc.local
|
" source ./.vimrc.local
|
||||||
endif
|
"endif
|
||||||
" }}
|
" }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user