fix impatient not found on bootstrap
This commit is contained in:
parent
33c304f627
commit
074b656cbd
55 changed files with 17472 additions and 1 deletions
|
@ -10,7 +10,7 @@ M.lazy_load = function(tb)
|
|||
callback = function()
|
||||
if tb.condition() then
|
||||
vim.api.nvim_del_augroup_by_name(tb.augroup_name)
|
||||
require "impatient"
|
||||
pcall(require, "impatient")
|
||||
|
||||
-- dont defer for treesitter as it will show slow highlighting
|
||||
-- This deferring only happens only when we do "nvim filename"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue