diff --git a/init.lua b/init.lua index 25b6e444..42ab0dad 100644 --- a/init.lua +++ b/init.lua @@ -221,6 +221,7 @@ vim.opt.rtp:prepend(lazypath) require('lazy').setup { -- NOTE: Plugins can be added with a link (or for a github repo: 'owner/repo' link). 'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically + -- Git related plugins 'tpope/vim-fugitive', 'tpope/vim-rhubarb',