From 9a24a7092103e4e9a3c80a978ef5deb750ceb605 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Tue, 23 Jan 2024 10:12:39 -0500 Subject: refactor: fix blankline config --- nvim/lua/plugins/blankline.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'nvim/lua') diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua index 8249abc..9756c20 100644 --- a/nvim/lua/plugins/blankline.lua +++ b/nvim/lua/plugins/blankline.lua @@ -3,9 +3,7 @@ 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 = { + scope = { enabled = true } + } } -- cgit v1.2.3