Collection of snippets for shadcn-svelte-next. Courtesy of selemondev's vscode-shadcn-svelte
I like shadcn-svelte and neovim, and I need snippets to go fast!
Snippet | Description |
---|---|
cni-[component] |
Adds imports for the component |
cnx-[component] |
Adds markup for the component |
Any plugin manager will work. I use Lazy.nvim with LuaSnip. Don't hesitate to contribute with instructions on how to use your preffered plugin manager/snippet engine.
{ "phishbacon/shadcn-svelte-snippets" }
[!WARNING] If you're using LuaSnip make sure to use
require("luasnip.loaders.from_vscode").lazy_load()
, and addshadcn-svelte-snippets
as a dependency for LuaSnip, otherwise snippets might not be detected. If you don't uselazy_load()
you might notice a slower startup-time{ "L3MON4D3/LuaSnip", dependencies = { "phishbacon/shadcn-svelte-snippets" }, }