mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
869d48754d
commit
607827147d
5 changed files with 8 additions and 8 deletions
|
@ -203,7 +203,7 @@ return {
|
|||
-- for Speed up loading Lua modules in Neovim to improve startup time.
|
||||
{
|
||||
"lewis6991/impatient.nvim",
|
||||
event = "BufRead",
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
require("user.impatient")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue