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 | a14598771c9858d283006767c3816c4f0aeb4a94 (patch) | |
| tree | 46677e322cd627c5f22341ee2af7e2a168daf034 /plugin/00-plugin.lua | |
| parent | 21d091f05161af8eb1a61b580c3f57774358aefe (diff) | |
| download | nvim-config-a14598771c9858d283006767c3816c4f0aeb4a94.tar.gz nvim-config-a14598771c9858d283006767c3816c4f0aeb4a94.zip | |
misc(nvim): replace 50-git.lua with vim-fugitive
Diffstat (limited to 'plugin/00-plugin.lua')
| -rw-r--r-- | plugin/00-plugin.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/00-plugin.lua b/plugin/00-plugin.lua index 47588c4..def11c0 100644 --- a/plugin/00-plugin.lua +++ b/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", }) |
