minor updates

This commit is contained in:
2025-08-18 11:07:22 +08:00
parent 13b27243ea
commit dbb9af29d5
4 changed files with 72 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ return {
lazy = false,
init = function()
vim.g.indent_guides_guide_size = 1
vim.g.indent_guides_tab_guides = 0
vim.g.indent_guides_tab_guides = 0
vim.g.indent_guides_start_level = 2
vim.g.indent_guides_enable_on_vim_startup = 1
end