fix: remove showbreak icon

This commit is contained in:
2025-04-30 20:51:11 +02:00
parent 880593ccba
commit 4b26ea31ab
+1 -1
View File
@@ -38,7 +38,7 @@ vim.opt.matchpairs:append({ "<:>", })
-- Only relevant with wrap enabled (default) -- Only relevant with wrap enabled (default)
vim.opt.linebreak = true vim.opt.linebreak = true
vim.opt.breakindent = true vim.opt.breakindent = true
vim.opt.showbreak = "" vim.opt.showbreak = " "
-- Minimum amount of lines to show offset +/- to cursorline -- Minimum amount of lines to show offset +/- to cursorline
vim.opt.scrolloff = 3 vim.opt.scrolloff = 3
vim.opt.visualbell = true vim.opt.visualbell = true