Skip to content

Commit

Permalink
fix preview buffer unlisted
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 22, 2024
1 parent e67d4da commit ae298bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspsaga/codeaction/preview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ local function create_preview_win(content, main_winid)
['bufhidden'] = 'wipe',
['buftype'] = 'nofile',
['modifiable'] = false,
['buflisted'] = false,
})
:winhl('ActionPreviewNormal', 'ActionPreviewBorder')
:wininfo()
Expand Down

0 comments on commit ae298bc

Please sign in to comment.