own indent blankline

This commit is contained in:
Thomas Ruoff
2024-03-09 00:05:12 +01:00
parent 4db2c45d52
commit c1dff28414

View File

@@ -9,4 +9,11 @@ return {
{ '<leader>d', '<cmd>TroubleToggle<cr>', desc = 'diagnostic quickfix' },
},
},
{ -- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
},
}