mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 15:30:08 +05:30
3a0c68b8d9
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
10 lines
217 B
Lua
10 lines
217 B
Lua
return {
|
|
{ -- Add indentation guides even on blank lines
|
|
'lukas-reineke/indent-blankline.nvim',
|
|
-- Enable `lukas-reineke/indent-blankline.nvim`
|
|
-- See `:help ibl`
|
|
main = 'ibl',
|
|
opts = {},
|
|
},
|
|
}
|