From 7bef410c68cfbe09208467c07fe8676bea8db3b5 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 25 Dec 2024 02:22:45 -0500 Subject: Tidy plugins --- nvim/lua/plugins/blankline.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nvim/lua/plugins/blankline.lua') diff --git a/nvim/lua/plugins/blankline.lua b/nvim/lua/plugins/blankline.lua index 9756c20..fe2e8d2 100644 --- a/nvim/lua/plugins/blankline.lua +++ b/nvim/lua/plugins/blankline.lua @@ -1,9 +1,6 @@ --- 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 = { - scope = { enabled = true } - } + opts = {} } -- cgit v1.2.3