aboutsummaryrefslogtreecommitdiff
path: root/lua/user/pack.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-01-06 23:59:21 +0200
committersrdusr <trevorgray@srdusr.com>2023-01-06 23:59:21 +0200
commit7d9fff34ac445f6c34711c5b62732ff8a9163237 (patch)
tree045a41fd64e235bc7f5f53e20fde3f3d70ce4a1e /lua/user/pack.lua
parent5c8cb15da0051b5b611e9f3fbae31c75f6d7c970 (diff)
downloaddotfiles-7d9fff34ac445f6c34711c5b62732ff8a9163237.tar.gz
dotfiles-7d9fff34ac445f6c34711c5b62732ff8a9163237.zip
Squashed '.config/nvim/' changes from f685617..52469dc
52469dc Add quick find config for picom.conf cc4f467 Add fugitive keybindings d72c76a Add toggleterm plugin to startup 8d9e922 Fixed toggleterm keybinding fb6c013 Add toggleterm config d1aeee3 Add toggleterm keybinding 2deaacc Add lazygit keybinding bb8d70f Add toggleterm.nvim 7bc9135 Add lazygit.nvim be1dfc8 Added fugitive.vim 40a6080 Changed colorscheme to doom-one git-subtree-dir: .config/nvim git-subtree-split: 52469dc5ef35b0c3166b8de29132577fda1bb0f6
Diffstat (limited to 'lua/user/pack.lua')
-rw-r--r--lua/user/pack.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index ba309e6..e2d1cb1 100644
--- a/lua/user/pack.lua
+++ b/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")