diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-15 18:55:04 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-15 18:56:57 +0200 |
| commit | 981d82444e4722e7a1c0852e2b515876b2d64980 (patch) | |
| tree | 770e7a520a857246a52c53d2fc7f14400c96c34e /.config/nvim/plugin/00-plugin.lua | |
| parent | 941b0c22bef3e48a1fcf9ee273642f4ef3bcf705 (diff) | |
| download | dotfiles-981d82444e4722e7a1c0852e2b515876b2d64980.tar.gz dotfiles-981d82444e4722e7a1c0852e2b515876b2d64980.zip | |
misc(nvim): replace 50-git.lua with vim-fugitive
Diffstat (limited to '.config/nvim/plugin/00-plugin.lua')
| -rw-r--r-- | .config/nvim/plugin/00-plugin.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/plugin/00-plugin.lua b/.config/nvim/plugin/00-plugin.lua index 47588c4..def11c0 100644 --- a/.config/nvim/plugin/00-plugin.lua +++ b/.config/nvim/plugin/00-plugin.lua @@ -16,6 +16,7 @@ vim.pack.add({ "https://github.com/nvim-tree/nvim-web-devicons", "https://github.com/nvim-treesitter/nvim-treesitter", "https://github.com/qadzek/link.vim", + "https://github.com/tpope/vim-fugitive", "https://github.com/tpope/vim-surround", "https://github.com/windwp/nvim-autopairs", }) |
