Skip to content

Commit

Permalink
Replace noice popup with cmdline prompt 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Nov 26, 2023
1 parent 305cc0d commit d629a34
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions nvim/lua/plugins/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ return {
view = "mini",
},
},
presets = {
bottom_search = true,
command_palette = true,
long_message_to_split = true,
inc_rename = true,
cmdline = {
view = "cmdline",
},

views = {
Expand All @@ -43,9 +40,6 @@ return {
},
},
})
vim.api.nvim_set_hl(0, "NoiceCmdlinePopupBorder", { fg = "#bb9af7", bg = "none" })
vim.api.nvim_set_hl(0, "NoiceCmdlinePopupTitle", { fg = "#7dcfff", bg = "none" })
vim.api.nvim_set_hl(0, "NoiceCmdlinePopupIcon", { fg = "#7dcfff", bg = "none" })
end,
},
{
Expand Down

0 comments on commit d629a34

Please sign in to comment.