first commit

This commit is contained in:
timofey.kovalev
2024-11-18 16:24:04 +03:00
parent 6f97961493
commit de76d823e7
10 changed files with 102 additions and 0 deletions

View File

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