Skip to content

Commit

Permalink
fix float highlight by using NormalFloat close #1274
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed Sep 5, 2023
1 parent 1f5f45a commit c5f1d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspsaga/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function obj:winopt(name, value)
end

function obj:winhl(normal, border)
api.nvim_set_option_value('winhl', 'Normal:' .. normal .. ',FloatBorder:' .. border, {
api.nvim_set_option_value('winhl', 'NormalFloat:' .. normal .. ',FloatBorder:' .. border, {
scope = 'local',
win = self.winid,
})
Expand Down

0 comments on commit c5f1d80

Please sign in to comment.