feat: add plugin indent-blankline

This commit is contained in:
Sven Vogel 2024-11-08 16:07:09 +01:00
parent 7e99cdca1d
commit 37ee45ce2e
1 changed files with 26 additions and 0 deletions

View File

@ -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
}
}
}
}