mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
chore(nvim): optimize lazy loading
This commit is contained in:
parent
6f3665bf47
commit
f12260deb2
8 changed files with 79 additions and 13 deletions
|
|
@ -6,6 +6,7 @@ return {
|
|||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
build = "make install_jsregexp",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("luasnip.loaders.from_vscode").lazy_load({ paths = "~/.config/lsp-snippets" })
|
||||
-- require("luasnip.loaders.from_vscode").lazy_load()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue