mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02: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" },
|
|
}
|