fixing issues on hlchunk, lspconfig, lualine and ufo plugins

This commit is contained in:
2026-02-10 12:29:42 -05:00
parent 06dbe4d892
commit 1cb298b5d5
4 changed files with 38 additions and 28 deletions

View File

@@ -33,13 +33,7 @@ return {
delay = 300,
},
indent = {
enable = true,
priority = 10,
style = { { fg = vim.fn.synIDattr(vim.fn.synIDtrans(vim.fn.hlID("Whitespace")), "fg", "gui") } },
use_treesitter = false,
chars = { "" },
ahead_lines = 5,
delay = 100,
enable = false, -- Disabled: indent-blankline already handles indent guides
},
line_num = {
enable = true,