mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:47:47 +00:00
Lazy load snippets
This shaves 300ms of startup time
This commit is contained in:
parent
963cc8bb6a
commit
ad47f57d68
@ -399,7 +399,7 @@ use({
|
|||||||
requires = "L3MON4D3/LuaSnip",
|
requires = "L3MON4D3/LuaSnip",
|
||||||
after = "LuaSnip",
|
after = "LuaSnip",
|
||||||
config = function()
|
config = function()
|
||||||
require("luasnip.loaders.from_vscode").load()
|
require("luasnip.loaders.from_vscode").lazy_load()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user