Skip to content

Commit 48003c5

Browse files
committed
fix: nui windows must have nowrap by default. See #196
1 parent 8d088aa commit 48003c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/noice/view/nui.lua

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function NuiView:update_options()
4040
filetype = "noice",
4141
},
4242
win_options = {
43+
wrap = false,
4344
foldenable = false,
4445
scrolloff = 0,
4546
sidescrolloff = 0,

0 commit comments

Comments
 (0)