diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index 3629038..af049fb 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -44,7 +44,7 @@ return require('packer').startup(function() } use { "tpope/vim-fugitive", - -- cmd = { "Git", "Gstatus", "Gblame", "Gpush", "Gpull" }, + -- cmd = {"Git"}, } use { "milkypostman/vim-togglelist",