diff options
| author | brustybee <bee@4d2.org> | 2026-03-15 01:57:01 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-15 01:57:01 +0530 |
| commit | b36ab7916276d16779eca4f5bf98d9cfdbcead41 (patch) | |
| tree | 4daa6343d5dcfd8ffe389264bb34dc5eda460473 /lua/plugins/misc.lua | |
| parent | 2479ff966522aeaad70f4260af1323dc637bc089 (diff) | |
meow in excitement
Diffstat (limited to 'lua/plugins/misc.lua')
| -rw-r--r-- | lua/plugins/misc.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/plugins/misc.lua b/lua/plugins/misc.lua index f1aa60b..4dc1a7b 100644 --- a/lua/plugins/misc.lua +++ b/lua/plugins/misc.lua @@ -74,10 +74,10 @@ return { chunk = { enable = true, priority = 15, - style = { - vim.api.nvim_get_hl(0, { name = "IndentBlanklineIndent1" }), - vim.api.nvim_get_hl(0, { name = "DiagnosticError" }), - }, + -- style = { + -- vim.api.nvim_get_hl(0, { name = "IndentBlanklineIndent1" }), + -- vim.api.nvim_get_hl(0, { name = "DiagnosticError" }), + -- }, use_treesitter = true, chars = { horizontal_line = "─", |
