aboutsummaryrefslogtreecommitdiff
path: root/lua/user/pack.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-12-30 23:41:02 +0200
committersrdusr <trevorgray@srdusr.com>2022-12-30 23:41:02 +0200
commit632d4a07db2ff45f27cbbebb97140ddc820372ab (patch)
tree6c96ec84368705f3d34f8029f5cecd68374fab69 /lua/user/pack.lua
parentd8306aef0cdbdce0b735313175761aa41f607e3e (diff)
downloaddotfiles-632d4a07db2ff45f27cbbebb97140ddc820372ab.tar.gz
dotfiles-632d4a07db2ff45f27cbbebb97140ddc820372ab.zip
Added fugitive.vim
Diffstat (limited to 'lua/user/pack.lua')
-rw-r--r--lua/user/pack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index ba309e6..2ab059e 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -371,7 +371,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")