Skip to content

Commit

Permalink
Add vim fugitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Dec 10, 2023
1 parent cf6b482 commit 531370a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap/config_dirs/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6c921ca12321edaa773e324ef64ea301a1d0da62" },
"telescope.nvim": { "branch": "0.1.x", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"vim-ReplaceWithRegister": { "branch": "master", "commit": "aad1e8fa31cb4722f20fe40679caa56e25120032" },
"vim-fugitive": { "branch": "master", "commit": "46eaf8918b347906789df296143117774e827616" },
"vim-maximizer": { "branch": "master", "commit": "2e54952fe91e140a2e69f35f22131219fcd9c5f1" },
"vim-tmux-navigator": { "branch": "master", "commit": "7db70e08ea03b3e4d91f63713d76134512e28d7e" },
"which-key.nvim": { "branch": "main", "commit": "4433e5ec9a507e5097571ed55c02ea9658fb268a" }
Expand Down
3 changes: 3 additions & 0 deletions bootstrap/config_dirs/nvim/lua/user/plugins/fugitive.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
return {
"tpope/vim-fugitive",
}

0 comments on commit 531370a

Please sign in to comment.