diff options
| -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" } |
