mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 01:14:41 +02:00
refactor: move 0.9 stuff to a compat layer. Cleaner this way
This commit is contained in:
parent
595069d501
commit
8024201e75
5 changed files with 61 additions and 48 deletions
8
lua/lazyvim/plugins/compat/nvim-0_9.lua
Normal file
8
lua/lazyvim/plugins/compat/nvim-0_9.lua
Normal 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" },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue