feat: enable main entry point for indent-blankline plugin
This commit is contained in:
@@ -73,6 +73,7 @@ return {
|
|||||||
},
|
},
|
||||||
{ -- indent-blankline
|
{ -- indent-blankline
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
|
main = 'ibl',
|
||||||
lazy = true,
|
lazy = true,
|
||||||
},
|
},
|
||||||
---@module "neominimap.config.meta"
|
---@module "neominimap.config.meta"
|
||||||
@@ -183,6 +184,16 @@ return {
|
|||||||
and not require('data.func').is_kitty()
|
and not require('data.func').is_kitty()
|
||||||
end,
|
end,
|
||||||
opts = require('data.types').smearcursor,
|
opts = require('data.types').smearcursor,
|
||||||
|
specs = {
|
||||||
|
-- disable mini.animate cursor
|
||||||
|
{
|
||||||
|
'echasnovski/mini.animate',
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
cursor = { enable = false },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{ -- Neoscroll
|
{ -- Neoscroll
|
||||||
'karb94/neoscroll.nvim',
|
'karb94/neoscroll.nvim',
|
||||||
@@ -193,4 +204,8 @@ return {
|
|||||||
end,
|
end,
|
||||||
opts = {},
|
opts = {},
|
||||||
},
|
},
|
||||||
|
{ -- Unimpaired
|
||||||
|
'tpope/vim-unimpaired',
|
||||||
|
config = true,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user