summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/plugins/ui.lua4
1 files changed, 2 insertions, 2 deletions
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,