blob: 8249abc18e5c50b952788cf5036d0f44ca6e78d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
-- TODO: configure tree-sitter to color current indentation level
return {
'lukas-reineke/indent-blankline.nvim', -- show indentation levels
main = "ibl",
dependencies = 'nvim-treesitter/nvim-treesitter',
-- opts = {
-- show_current_context = true,
-- show_current_context_start = true,
-- indent_blankline_use_treesiter = true,
-- }
}
|