diff --git a/.gitmodules b/.gitmodules index 289b34d..794d041 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "oh-my-zsh/custom/plugins/zsh-autosuggestions"] path = oh-my-zsh/custom/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions.git +[submodule "vim/vim-hybrid"] + path = vim/vim-hybrid + url = https://github.com/w0ng/vim-hybrid.git diff --git a/install.conf.yaml b/install.conf.yaml index 8b5822a..ebd5c9f 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -20,6 +20,6 @@ force: true path: oh-my-zsh/custom/plugins/zsh-autosuggestions ~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme - ~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim + ~/.vim/colors/hybrid.vim: vim/vim-hybrid/colors/hybrid.vim ~/.tmux.conf: tmux.conf diff --git a/vim/vim-hybrid b/vim/vim-hybrid new file mode 160000 index 0000000..cc58baa --- /dev/null +++ b/vim/vim-hybrid @@ -0,0 +1 @@ +Subproject commit cc58baabeabc7b83768e25b852bf89c34756bf90 diff --git a/vimrc b/vimrc index e13879f..15affcf 100644 --- a/vimrc +++ b/vimrc @@ -7,5 +7,5 @@ set expandtab " setting color theme stuff syntax enable -colorscheme onehalfdark +colorscheme hybrid.vim