feat: enable main entry point for indent-blankline plugin
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user