indent line styling

This commit is contained in:
Sam Davenport 2025-04-04 18:59:34 -05:00
parent f3ec45204f
commit 674d5004e7
5 changed files with 11 additions and 2 deletions

View file

@ -17,8 +17,7 @@ require('gruvbox-material').setup {
signs = {
highlight = true, -- whether to highlight signs
},
customize = funtion(str_group, opt_table) {},
-- configuration accepts
-- customize = funtion(str_group, opt_table) {},
}
require('lualine').setup {
@ -62,3 +61,9 @@ require('lualine').setup {
inactive_winbar = {},
extensions = {},
}
require('ibl').setup {
indent = {
char = '',
},
}