mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
enc: make modular config
This commit is contained in:
parent
d46370f0b3
commit
624d3aceb6
10 changed files with 610 additions and 374 deletions
|
@ -1,6 +1,6 @@
|
|||
local status_ok, impatient = pcall(require, "impatient")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
impatient.enable_profile()
|
||||
-- local status_ok, impatient = pcall(require, "impatient")
|
||||
-- if not status_ok then
|
||||
-- return
|
||||
-- end
|
||||
--
|
||||
-- impatient.enable_profile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue