mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
8 lines
131 B
Lua
8 lines
131 B
Lua
return {
|
|
"lukas-reineke/indent-blankline.nvim",
|
|
main = "ibl",
|
|
opts = {},
|
|
config = function()
|
|
require("ibl").setup()
|
|
end
|
|
}
|