mirror of
https://github.com/tomru/nvim.git
synced 2026-03-02 22:17:13 +01:00
set wrap in trouble window
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
return {
|
||||
'folke/trouble.nvim',
|
||||
opts = {}, -- for default options, refer to the configuration section for custom setup.
|
||||
opts = {
|
||||
win = { wo = { wrap = true } },
|
||||
},
|
||||
cmd = 'Trouble',
|
||||
keys = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user