indent line styling
This commit is contained in:
parent
f3ec45204f
commit
674d5004e7
5 changed files with 11 additions and 2 deletions
|
|
@ -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 = '▏',
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue