repos / dotfiles

my dotfiles

commit
20540db
parent
fd73e54
author
Eric bower
date
2025-07-17 12:07:24 -0400 EDT
feat(nvim): add vim-fugitive
1 files changed,  +1, -0
M dot_config/nvim/init.lua
+1, -0
1@@ -233,5 +233,6 @@ require("lazy").setup({
2         require"gitlinker".setup()
3       end,
4     },
5+    { "tpope/vim-fugitive" },
6   },
7 })