feat: add plugin indent-blankline
This commit is contained in:
parent
7e99cdca1d
commit
37ee45ce2e
|
@ -0,0 +1,26 @@
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Identation markers
|
||||||
|
--
|
||||||
|
-- Source: https://github.com/lukas-reineke/indent-blankline.nvim
|
||||||
|
-- ..............................................
|
||||||
|
--
|
||||||
|
-- Author: Sven Vogel
|
||||||
|
-- Created: 08.11.2024
|
||||||
|
-- Edited: 08.11.2024
|
||||||
|
--
|
||||||
|
-- ==============================================
|
||||||
|
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"lukas-reineke/indent-blankline.nvim",
|
||||||
|
main = "ibl",
|
||||||
|
---@module "ibl"
|
||||||
|
---@type ibl.config
|
||||||
|
opts = {
|
||||||
|
scope = {
|
||||||
|
enabled = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue