diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-01-26 15:04:54 +0100 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-01-26 15:04:54 +0100 |
| commit | 49d84926f0c7e6b2f67ffc8d43d5a0e630489bbf (patch) | |
| tree | 8b75029c6876ea73ff86c1f7814fbdcb86437aec | |
| parent | 49e0ec10ba5081a8ac60a4abb5e86ac008fb540a (diff) | |
| download | vim-master.zip vim-master.tar.gz | |
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index bba449d..c64d7ea 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -97,6 +97,7 @@ return packer.startup(function(use) -- Git use 'lewis6991/gitsigns.nvim' + use 'tpope/vim-fugitive' --use 'folke/which-key.nvim' |
