nvim/lua/plugins/indentlines.lua

11 lines
155 B
Lua
Raw Permalink Normal View History

2024-02-21 06:53:26 +00:00
return {
"lukas-reineke/indent-blankline.nvim",
2024-06-15 22:44:13 +00:00
event = { "BufReadPost" },
2024-02-21 06:53:26 +00:00
main = "ibl",
2024-02-23 09:07:32 +00:00
opts = {
2024-02-21 06:30:54 +00:00
indent = {
2024-02-21 06:53:26 +00:00
char = "",
2024-02-21 06:30:54 +00:00
},
},
}