From 2ca0bea095e4f29a7a4673a09fec23c65041877a Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Tue, 3 Oct 2023 12:26:46 -0400 Subject: updated blankline to v3 --- nvim/lua/plugins/blankline.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'nvim') 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, + -- } } -- cgit v1.2.3