aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-07-18 14:21:21 -0500
committerToby Vincent <tobyv13@gmail.com>2022-07-18 14:21:21 -0500
commit78548ca3de8199ea45f790366351cc6478b583d1 (patch)
tree8d02d24e062ccee3be6d86be1323c5fe66e5fea8 /nvim/.config
parent7071f70838f262d0609664da0d8761f56d95c40e (diff)
fix(nvim): remove scope start underline from indent_blankline
Diffstat (limited to 'nvim/.config')
-rw-r--r--nvim/.config/nvim/lua/tobyvin/plugins/indent_blankline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/plugins/indent_blankline.lua b/nvim/.config/nvim/lua/tobyvin/plugins/indent_blankline.lua
index dc382c9..2f02bad 100644
--- a/nvim/.config/nvim/lua/tobyvin/plugins/indent_blankline.lua
+++ b/nvim/.config/nvim/lua/tobyvin/plugins/indent_blankline.lua
@@ -24,7 +24,7 @@ M.setup = function()
"IndentBlanklineIndent6",
},
show_current_context = true,
- show_current_context_start = true,
+ -- show_current_context_start = true,
-- show_end_of_line = true,
use_treesitter = true,
use_treesitter_scope = true,