diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-27 12:18:32 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-27 12:18:32 -0300 |
commit | 85454b9d3f21e65f0eebcd50388d29b18b4c0507 (patch) | |
tree | a45145ad3b2a40b3e25076206515de592703e41f /.gitmodules | |
parent | e05b0a1dbe2990f66fcec6837d6fa17683d322af (diff) | |
download | dots-85454b9d3f21e65f0eebcd50388d29b18b4c0507.tar.gz |
nvim: gruvbox-nvim is my friend now
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9494896..b1f719d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule ".config/zsh/plugins/zsh-syntax-highlighting"] path = .config/zsh/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule ".config/nvim/pack/plugins/start/gruvbox.nvim"] + path = .config/nvim/pack/plugins/start/gruvbox.nvim + url = https://github.com/ellisonleao/gruvbox.nvim |