diff options
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") |
