mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-02 03:21:14 +00:00
refactor: use icon because underline is buggy
This commit is contained in:
parent
475acf90cb
commit
df61441651
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@ in {
|
||||||
close_command = ${mouse.close},
|
close_command = ${mouse.close},
|
||||||
right_mouse_command = ${mouse.right},
|
right_mouse_command = ${mouse.right},
|
||||||
indicator = {
|
indicator = {
|
||||||
style = 'underline',
|
style = 'icon',
|
||||||
-- indicator_icon = '▎',
|
indicator_icon = '▎',
|
||||||
},
|
},
|
||||||
buffer_close_icon = '',
|
buffer_close_icon = '',
|
||||||
modified_icon = '●',
|
modified_icon = '●',
|
||||||
|
|
Loading…
Reference in a new issue