mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
11 lines
274 B
Lua
11 lines
274 B
Lua
return {
|
|
{ import = "plugins.mod.blink-cmp" },
|
|
{
|
|
"L3MON4D3/LuaSnip",
|
|
build = "make install_jsregexp",
|
|
event = "InsertEnter",
|
|
config = function()
|
|
require("luasnip.loaders.from_vscode").lazy_load({ paths = "~/.config/lsp-snippets" })
|
|
end,
|
|
},
|
|
}
|