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