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 | |
| parent | f3a359a2fad830708d8fb962bbaafc0e5d3dc8df (diff) | |
remove impatient.nvim
It is not needed since nvim 0.9.0
| -rw-r--r-- | init.lua | 1 | ||||
| -rw-r--r-- | lua/plugins.lua | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -9,6 +9,7 @@ -- Blog: https://jdhao.github.io/ -- GitHub: https://github.com/jdhao -- StackOverflow: https://stackoverflow.com/users/6064933/jdhao +vim.loader.enable() local api = vim.api local version = vim.version 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" } |
