diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-06 23:59:21 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-06 23:59:21 +0200 |
| commit | bd226400e1891de7b5f7ac903986645cd60318ca (patch) | |
| tree | b43974ac77a70bd101ca61ba5888925a76f79fe9 /.config/nvim/lua/user/pack.lua | |
| parent | dc427340c71b2b4f2692de06243799c36f7f82dc (diff) | |
| parent | 7d9fff34ac445f6c34711c5b62732ff8a9163237 (diff) | |
| download | dotfiles-bd226400e1891de7b5f7ac903986645cd60318ca.tar.gz dotfiles-bd226400e1891de7b5f7ac903986645cd60318ca.zip | |
Merge commit '5d94643416d1448922dd0d272ab95347febfc07d'
Diffstat (limited to '.config/nvim/lua/user/pack.lua')
| -rw-r--r-- | .config/nvim/lua/user/pack.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/lua/user/pack.lua b/.config/nvim/lua/user/pack.lua index ba309e6..e2d1cb1 100644 --- a/.config/nvim/lua/user/pack.lua +++ b/.config/nvim/lua/user/pack.lua @@ -335,9 +335,10 @@ return packer.startup(function(use) use("windwp/nvim-autopairs") use("lewis6991/gitsigns.nvim") use("dinhhuy258/git.nvim") -- For git blame & browse + use("kdheepak/lazygit.nvim") use("kyazdani42/nvim-tree.lua") use("numToStr/Comment.nvim") - --use("akinsho/toggleterm.nvim") + use("akinsho/toggleterm.nvim") --use("godlygeek/tabular") --use("Vonr/align.nvim") --use("junegunn/vim-easy-align") @@ -371,7 +372,7 @@ return packer.startup(function(use) --use("tpope/vim-eunuch") -- Handy unix command inside Vim (Rename, Move etc.) use({ "tpope/vim-eunuch", cmd = { "Rename", "Delete" } }) - --use("tpope/vim-fugitive") + use("tpope/vim-fugitive") --use("tpope/vim-surround") --use("tpope/vim-obsession") --use("tpope/vim-unimpaired") |
