refactor: move 0.9 stuff to a compat layer. Cleaner this way

This commit is contained in:
Folke Lemaitre 2024-06-01 20:46:56 +02:00
parent 595069d501
commit 8024201e75
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 61 additions and 48 deletions

View file

@ -0,0 +1,8 @@
return {
{ import = "lazyvim.plugins.extras.coding.luasnip" },
{
"folke/ts-comments.nvim",
enabled = false,
},
{ import = "lazyvim.plugins.extras.coding.mini-comment" },
}