diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-30 23:41:02 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-30 23:41:02 +0200 |
| commit | 632d4a07db2ff45f27cbbebb97140ddc820372ab (patch) | |
| tree | 6c96ec84368705f3d34f8029f5cecd68374fab69 /lua/user/pack.lua | |
| parent | d8306aef0cdbdce0b735313175761aa41f607e3e (diff) | |
| download | dotfiles-632d4a07db2ff45f27cbbebb97140ddc820372ab.tar.gz dotfiles-632d4a07db2ff45f27cbbebb97140ddc820372ab.zip | |
Added fugitive.vim
Diffstat (limited to 'lua/user/pack.lua')
| -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 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") |
