From f5ec64c2fda7b4d30b8989529b3b2f59fa62a7f3 Mon Sep 17 00:00:00 2001 From: Andy Teijelo Date: Wed, 1 Nov 2023 14:18:00 -0400 Subject: [PATCH] fixed indent-blankline opts --- lazy-lock.json | 1 + lua/plugins/indentscope.lua | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lazy-lock.json b/lazy-lock.json index 972a5a2..d4482aa 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -53,6 +53,7 @@ "telescope.nvim": { "branch": "master", "commit": "4522d7e3ea75ffddabdc39957168a8a7060b5df0" }, "todo-comments.nvim": { "branch": "main", "commit": "4a6737a8d70fe1ac55c64dfa47fcb189ca431872" }, "tokyonight.nvim": { "branch": "main", "commit": "f247ee700b569ed43f39320413a13ba9b0aef0db" }, + "treesitter-context": { "branch": "master", "commit": "2806d83e3965017382ce08792ee527e708fa1bd4" }, "trouble.nvim": { "branch": "main", "commit": "f1168feada93c0154ede4d1fe9183bf69bac54ea" }, "venv-selector.nvim": { "branch": "main", "commit": "48c9cd0dbc0ce3cc02fd6164e4f665dba338a3ec" }, "vim-bbye": { "branch": "master", "commit": "25ef93ac5a87526111f43e5110675032dbcacf56" }, diff --git a/lua/plugins/indentscope.lua b/lua/plugins/indentscope.lua index 7066bdb..3a10368 100644 --- a/lua/plugins/indentscope.lua +++ b/lua/plugins/indentscope.lua @@ -2,9 +2,6 @@ return { { "lukas-reineke/indent-blankline.nvim", enabled = true, - opts = { - show_foldtext = false - }, }, { "echasnovski/mini.indentscope",