nvim lazy plugin management part 1

This commit is contained in:
2025-07-15 15:41:50 +05:00
parent 3812064349
commit 0d1b98f65e
30 changed files with 637 additions and 935 deletions

View File

@ -0,0 +1,11 @@
return {
{ "L3MON4D3/LuaSnip", event = "VeryLazy" }, --snippet engine
{ "rafamadriz/friendly-snippets", event = "VeryLazy" }, -- a bunch of snippets to use
{
"dsznajder/vscode-es7-javascript-react-snippets",
run = "yarn install --frozen-lockfile && yarn compile",
event = "VeryLazy"
},
}