diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-14 15:47:33 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-14 15:47:33 +0200 |
| commit | 0de3d43eb78b5c54e78aa86cafe4e93ae806ad7f (patch) | |
| tree | 7c1837101acb434b003dd8c19e9ff3b2cd357e55 | |
| parent | 23a2932e5a0ec8cbee9ff09206a309de1972b4aa (diff) | |
| download | dotfiles-0de3d43eb78b5c54e78aa86cafe4e93ae806ad7f.tar.gz dotfiles-0de3d43eb78b5c54e78aa86cafe4e93ae806ad7f.zip | |
Removed "dinhhuy258/git.nvim" because of conflicting keybindings
| -rw-r--r-- | lua/user/pack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 0bcb006..249796b 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -111,7 +111,7 @@ return packer.startup(function(use) -- Git use("tpope/vim-fugitive") -- - use("dinhhuy258/git.nvim") -- For git blame & browse + --use("dinhhuy258/git.nvim") -- For git blame & browse use("kdheepak/lazygit.nvim") -- Terminal UI for git commands use("lewis6991/gitsigns.nvim") -- Git decorations |
