mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
9 lines
188 B
Lua
9 lines
188 B
Lua
|
return {
|
||
|
{ import = "lazyvim.plugins.extras.coding.luasnip" },
|
||
|
{
|
||
|
"folke/ts-comments.nvim",
|
||
|
enabled = false,
|
||
|
},
|
||
|
{ import = "lazyvim.plugins.extras.coding.mini-comment" },
|
||
|
}
|