From cc3a7d6ebde5450a5876e6793ef93577853891fd Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 7 May 2023 20:09:14 +0200 Subject: remove impatient.nvim It is not needed since nvim 0.9.0 --- lua/plugins.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index ea0c333..54743f8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -43,9 +43,6 @@ end packer.startup { function(use) - -- it is recommended to put impatient.nvim before any other plugins - use { "lewis6991/impatient.nvim", config = [[require('impatient')]] } - use { "wbthomason/packer.nvim", opt = true } use { "onsails/lspkind-nvim", event = "VimEnter" } -- cgit v1.2.3