From e4a96890d3c2173b2029f7d60547a5ac32d878c5 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Dec 2021 22:12:46 -0800 Subject: [PATCH] Add impatient to speed up lua --- neovim/lua/plugins.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index f6b577c..8984e14 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -21,7 +21,8 @@ vim.g.polyglot_disabled = { "go", "rust" } return require('packer').startup(function() -- luacheck: push globals use - use "wbthomason/packer.nvim" + use {'lewis6991/impatient.nvim', config = [[require('impatient')]]} + use {"wbthomason/packer.nvim", opt = true} -- Quality of life use "tpope/vim-endwise"