mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Installed a lot of color schemes, setup werewolf.vim (toggle manually)
This commit is contained in:
parent
dab4a6c7c9
commit
9b7bb34f86
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -7,3 +7,6 @@
|
||||
[submodule "bundle/werewolf.vim"]
|
||||
path = bundle/werewolf.vim
|
||||
url = git@github.com:jonstoler/werewolf.vim.git
|
||||
[submodule "bundle/colorschemes"]
|
||||
path = bundle/colorschemes
|
||||
url = git@github.com:flazz/vim-colorschemes.git
|
||||
|
1
bundle/colorschemes
Submodule
1
bundle/colorschemes
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 81c6dd7ce3169e5ad9ba92422ba6e1ce5b074e36
|
@ -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
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Loading…
Reference in New Issue
Block a user