summaryrefslogtreecommitdiffstats
path: root/lua/plugins/interface.lua
diff options
context:
space:
mode:
authorNanderty <psopka@sopka.ch>2023-03-23 14:44:58 +0100
committerNanderty <psopka@sopka.ch>2023-03-23 14:44:58 +0100
commitc30652c26aa73b766150dbbd4bd296f2c19c67f2 (patch)
tree53a32e2d1216b4e393466d259371fcc7ad84f0c3 /lua/plugins/interface.lua
parentfd8d232690d7be816b16213083007f432449987d (diff)
downloadneovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.gz
neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.tar.bz2
neovim-config-c30652c26aa73b766150dbbd4bd296f2c19c67f2.zip
test
Diffstat (limited to 'lua/plugins/interface.lua')
-rw-r--r--lua/plugins/interface.lua14
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 = ' │' },
},
},
},