feat: enable main entry point for indent-blankline plugin

This commit is contained in:
2024-12-18 14:24:43 -05:00
parent 00a78e028b
commit be6645bdd5
+15
View File
@@ -73,6 +73,7 @@ return {
},
{ -- indent-blankline
'lukas-reineke/indent-blankline.nvim',
main = 'ibl',
lazy = true,
},
---@module "neominimap.config.meta"
@@ -183,6 +184,16 @@ return {
and not require('data.func').is_kitty()
end,
opts = require('data.types').smearcursor,
specs = {
-- disable mini.animate cursor
{
'echasnovski/mini.animate',
optional = true,
opts = {
cursor = { enable = false },
},
},
},
},
{ -- Neoscroll
'karb94/neoscroll.nvim',
@@ -193,4 +204,8 @@ return {
end,
opts = {},
},
{ -- Unimpaired
'tpope/vim-unimpaired',
config = true,
},
}