Skip to content

Commit

Permalink
fix: set nowrap for the trouble window. Fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Aug 5, 2021
1 parent 780c395 commit 51dd917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/trouble/view.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ function View:setup(opts)
self:set_option("swapfile", false)
self:set_option("buflisted", false)
self:set_option("winfixwidth", true, true)
self:set_option("wrap", false, true)
self:set_option("spell", false, true)
self:set_option("list", false, true)
self:set_option("winfixheight", true, true)
Expand Down

0 comments on commit 51dd917

Please sign in to comment.