Skip to content

Commit

Permalink
refactor(nvim): set noice popupmenu options
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Dec 14, 2024
1 parent a06cf27 commit ba2f2a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .config/nvim/lua/specs/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Plugin.opts = {
enabled = false,
},
},
popupmenu = {
win_options = {
winhighlight = {
Normal = 'NormalFloat',
FloatBorder = 'FloatBorder',
},
},
},
presets = {
command_palette = true,
long_message_to_split = true,
Expand Down

0 comments on commit ba2f2a3

Please sign in to comment.