mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 18:59:00 +02:00
perf: load blink on InsertEnter
This commit is contained in:
parent
5e1d88a165
commit
642434ff1f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ return {
|
||||||
-- add blink.compat to dependencies
|
-- add blink.compat to dependencies
|
||||||
{ "saghen/blink.compat", opts = {} },
|
{ "saghen/blink.compat", opts = {} },
|
||||||
},
|
},
|
||||||
lazy = false, -- lazy loading handled internally
|
event = "InsertEnter",
|
||||||
|
|
||||||
-- use a release tag to download pre-built binaries
|
-- use a release tag to download pre-built binaries
|
||||||
version = "*",
|
version = "*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue