Add impatient to speed up lua

This commit is contained in:
ViViDboarder 2021-12-08 22:12:46 -08:00
parent 5ed31c83b0
commit e4a96890d3
1 changed files with 2 additions and 1 deletions

View File

@ -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"