mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
8 lines
188 B
Lua
8 lines
188 B
Lua
return {
|
|
{ import = "lazyvim.plugins.extras.coding.luasnip" },
|
|
{
|
|
"folke/ts-comments.nvim",
|
|
enabled = false,
|
|
},
|
|
{ import = "lazyvim.plugins.extras.coding.mini-comment" },
|
|
}
|