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 {{
|
||||
set background=dark
|
||||
colorscheme nofrils-dark
|
||||
let g:nofrils_heavycomments=1
|
||||
let g:nofrils_heavylinenumbers=1
|
||||
set background=dark
|
||||
colorscheme nofrils-dark
|
||||
" }}
|
||||
" }}
|
||||
|
||||
@ -248,13 +248,13 @@ call pathogen#infect()
|
||||
|
||||
" Overrides {{
|
||||
" Hook for local (user) changes
|
||||
if filereadable(expand("~/.vimrc.local"))
|
||||
source ~/.vimrc.local
|
||||
endif
|
||||
"if filereadable(expand("~/.vimrc.local"))
|
||||
" source ~/.vimrc.local
|
||||
"endif
|
||||
|
||||
" Hook for local (directory) changes
|
||||
if filereadable(glob("./.vimrc.local"))
|
||||
source ./.vimrc.local
|
||||
endif
|
||||
"if filereadable(glob("./.vimrc.local"))
|
||||
" source ./.vimrc.local
|
||||
"endif
|
||||
" }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user