diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-14 16:00:04 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-14 16:00:04 +0200 |
| commit | 2b7afee4ce1754e521dd3f650fca357aff6bb09c (patch) | |
| tree | b01624c64a16348e4ea3972c90e5e6181a86a649 /.config/nvim/lua/user/pack.lua | |
| parent | 28e504b49ac6680939a8f53f1945805f50e95cac (diff) | |
| parent | 7bf0bc4fab41f035c544e5e8c705804bdbf51094 (diff) | |
| download | dotfiles-2b7afee4ce1754e521dd3f650fca357aff6bb09c.tar.gz dotfiles-2b7afee4ce1754e521dd3f650fca357aff6bb09c.zip | |
Merge commit '92804480aafc8da1b232dbfea7b3fc5ab760c869'
Diffstat (limited to '.config/nvim/lua/user/pack.lua')
| -rw-r--r-- | .config/nvim/lua/user/pack.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/user/pack.lua b/.config/nvim/lua/user/pack.lua index 0bcb006..249796b 100644 --- a/.config/nvim/lua/user/pack.lua +++ b/.config/nvim/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 |
