tb-dotfiles/chezmoi/private_dot_config/nvim/lua/plugins/indent-blankline.lua

14 lines
190 B
Lua
Raw Normal View History

2023-06-28 16:40:02 -04:00
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
2023-06-28 16:40:02 -04:00
opts = {
indent = {
char = "",
highlight = { "Label" },
},
scope = {
highlight = { "Function" },
}
2023-06-28 16:40:02 -04:00
},
}