Skip to content

Commit

Permalink
fix: default to empty value for showbreak in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
potamides committed May 31, 2024
1 parent 1417ad3 commit 250b1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/pantran/ui/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ local window = {
linebreak = true,
breakindent = true,
wrap = true,
showbreak = "NONE",
foldcolumn = "0",
signcolumn = "auto",
colorcolumn = "",
Expand Down

0 comments on commit 250b1d8

Please sign in to comment.