mirror of
https://github.com/amix/vimrc
synced 2025-07-18 17:44:59 +08:00
Installed a lot of color schemes, setup werewolf.vim (toggle manually)
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" werewolf.vim
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
||||
let g:werewolf_day_themes = ['github']
|
||||
let g:werewolf_night_themes = ['desert']
|
||||
let g:werewolf_change_automatically = 0
|
||||
" Fast toogle
|
||||
nmap <leader>. :WerewolfToggle<cr>
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" cursor line
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user