This commit is contained in:
nico
2025-03-31 15:01:05 +02:00
parent a9fc101532
commit aef0a291da
6 changed files with 101 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
}