diff --git a/.gitmodules b/.gitmodules index a7bc3821..4326e538 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/bundle/colorschemes b/bundle/colorschemes new file mode 160000 index 00000000..81c6dd7c --- /dev/null +++ b/bundle/colorschemes @@ -0,0 +1 @@ +Subproject commit 81c6dd7ce3169e5ad9ba92422ba6e1ce5b074e36 diff --git a/my_configs.vim b/my_configs.vim index 38860945..d251b455 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -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 . :WerewolfToggle + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " cursor line """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""