diff options
| author | jdhao <jdhao@hotmail.com> | 2023-05-07 20:09:14 +0200 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2023-05-07 20:10:52 +0200 |
| commit | cc3a7d6ebde5450a5876e6793ef93577853891fd (patch) | |
| tree | 506a8819fe88b670738b6ab2afd8dba95a01a3d7 /lua | |
| parent | f3a359a2fad830708d8fb962bbaafc0e5d3dc8df (diff) | |
remove impatient.nvim
It is not needed since nvim 0.9.0
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 0 insertions, 3 deletions
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" } |
