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