Skip to content

Commit

Permalink
fix: nui windows must have nowrap by default. See #196
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 7, 2022
1 parent 8d088aa commit 48003c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/view/nui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function NuiView:update_options()
filetype = "noice",
},
win_options = {
wrap = false,
foldenable = false,
scrolloff = 0,
sidescrolloff = 0,
Expand Down

0 comments on commit 48003c5

Please sign in to comment.