mirror of
https://github.com/Manoj-HV30/i3wm-ubuntu-dotfiles.git
synced 2026-05-16 19:35:23 +00:00
11 lines
208 B
Lua
11 lines
208 B
Lua
return {
|
|
"lukas-reineke/indent-blankline.nvim",
|
|
main = "ibl",
|
|
event = { "BufReadPost", "BufNewFile" },
|
|
opts = {
|
|
indent = { char = "│" },
|
|
scope = { enabled = false }, -- cleaner look
|
|
},
|
|
}
|
|
|