diff options
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins/blankline.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua index 4e24f47..8249abc 100644 --- a/nvim/lua/plugins/blankline.lua +++ b/nvim/lua/plugins/blankline.lua @@ -1,10 +1,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, - } + -- opts = { + -- show_current_context = true, + -- show_current_context_start = true, + -- indent_blankline_use_treesiter = true, + -- } } |
