nix-config/home/modules/nvim/config/lua/plugins/ibl.lua

16 lines
270 B
Lua

return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {
indent = {
smart_indent_cap = false,
char = "",
},
scope = {
show_start = false,
show_end = false,
},
},
}