From 3d42c365e6a99f8c611f77946d2112efb159db85 Mon Sep 17 00:00:00 2001 From: brustybee Date: Wed, 25 Mar 2026 01:38:02 +0530 Subject: disable treesitter for hlchunk --- lua/plugins/ui.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua') diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index c399416..33d869c 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -38,7 +38,7 @@ return { -- vim.api.nvim_get_hl(0, { name = "IndentBlanklineIndent1" }), -- vim.api.nvim_get_hl(0, { name = "DiagnosticError" }), -- }, - use_treesitter = true, + use_treesitter = false, chars = { horizontal_line = "─", vertical_line = "│", @@ -58,7 +58,7 @@ return { enable = true, priority = 10, style = { vim.api.nvim_get_hl(0, { name = "Whitespace" }) }, - use_treesitter = true, + use_treesitter = false, exclude_filetypes = ignored_filetypes, chars = { "│" }, ahead_lines = 5, -- cgit v1.3.1