diff options
Diffstat (limited to 'lua/plugins/interface.lua')
| -rw-r--r-- | lua/plugins/interface.lua | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lua/plugins/interface.lua b/lua/plugins/interface.lua index ddc7b8e..ac78cd0 100644 --- a/lua/plugins/interface.lua +++ b/lua/plugins/interface.lua @@ -10,7 +10,7 @@ return { }, opts = { options = { - diagnostics = "nvim_lsp", + diagnostics = 'nvim_lsp', always_show_bufferline = false, buffer_close_icon = ' ', }, @@ -44,12 +44,12 @@ return { }, opts = { signs = { - add = { text = " ▎" }, - change = { text = " ▎" }, - delete = { text = " " }, - topdelete = { text = " " }, - changedelete = { text = " ▎" }, - untracked = { text = " ▎" }, + add = { text = ' │' }, + change = { text = ' │' }, + delete = { text = ' │' }, + topdelete = { text = ' │' }, + changedelete = { text = ' │' }, + untracked = { text = ' │' }, }, }, }, |
