From c30652c26aa73b766150dbbd4bd296f2c19c67f2 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Thu, 23 Mar 2023 14:44:58 +0100 Subject: test --- lua/plugins/interface.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lua/plugins/interface.lua') 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 = ' │' }, }, }, }, -- cgit v1.2.3