From 42857d405562d04a96edc914bad94b3a7c06bb6a Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Tue, 12 Jul 2022 18:32:07 +0200 Subject: [PATCH] chore(nvim): add vim-fugitive plugin --- nvim/lua/kogakure/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/kogakure/plugins.lua b/nvim/lua/kogakure/plugins.lua index 85a6c48..552c284 100644 --- a/nvim/lua/kogakure/plugins.lua +++ b/nvim/lua/kogakure/plugins.lua @@ -114,6 +114,7 @@ return packer.startup(function(use) use("folke/which-key.nvim") -- Display possible keybindings use("karb94/neoscroll.nvim") -- Smooth scrolling use("APZelos/blamer.nvim") -- Git Blame + use("tpope/vim-fugitive") -- Git plugin use("elijahmanor/export-to-vscode.nvim") -- Export active Buffers to Visual Studio Code use("bogado/file-line") -- Jump directly to line in file with 'nvim index.html:20' use("ruanyl/vim-gh-line") -- Open current line in GitHub