mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 19:26:27 +00:00
Add impatient to speed up lua
This commit is contained in:
parent
5ed31c83b0
commit
e4a96890d3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user