From dfed47d0a4853cf76126a95f4b902c578de83caa Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 5 Oct 2022 20:11:43 +0200 Subject: [PATCH] nvim: pin neovim to older commit after that came some bugs that prevent me from using it --- .config/nvim/lua/my/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index e620643..6ce5c58 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -188,6 +188,8 @@ require('packer').startup({ function(use) 'https://github.com/folke/which-key.nvim', 'https://github.com/sindrets/diffview.nvim' }, + -- and others + commit = '8adf22f103250864171f7eb087046db8ad296f78', } use { 'https://github.com/tpope/vim-fugitive',