diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index 861ca1d..67d5d3b 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -187,9 +187,7 @@ require('packer').startup({ function(use) 'https://github.com/nvim-lua/plenary.nvim', 'https://github.com/folke/which-key.nvim', 'https://github.com/sindrets/diffview.nvim' - }, - -- and others - commit = '8adf22f103250864171f7eb087046db8ad296f78', + } } use { 'https://github.com/tpope/vim-fugitive',