diff --git a/.gitmodules b/.gitmodules index 9c7d8cf..aa9e0d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "oh-my-zsh"] path = oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git +[submodule "vim/pack/plugins/opt/vim-gotham"] + path = vim/pack/plugins/opt/vim-gotham + url = https://github.com/whatyouhide/vim-gotham.git diff --git a/vim/pack/plugins/opt/vim-gotham b/vim/pack/plugins/opt/vim-gotham new file mode 160000 index 0000000..a4d2aeb --- /dev/null +++ b/vim/pack/plugins/opt/vim-gotham @@ -0,0 +1 @@ +Subproject commit a4d2aebfe15cf4bebcd3e6b911fc73e874717006 diff --git a/vimrc b/vimrc index d73bda6..53f2c34 100644 --- a/vimrc +++ b/vimrc @@ -42,7 +42,7 @@ set autoindent " Colors syntax enable set background=dark -colorscheme solarized8 +colorscheme gotham256 filetype plugin on " Fuzzy Finding