Skip to content

Commit

Permalink
Added white background_color to rcarriga/nvim-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Feb 14, 2024
1 parent eca3c10 commit 28d7cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/lua/missingcharacter/lazy/folke-noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ return {
lsp_doc_border = false, -- add a border to hover docs and signature help
},
})
require("notify").setup({
background_colour = "#FFFFFF",
})
-- Dismiss Noice Message
vim.keymap.set("n", "<leader>nd", "<cmd>NoiceDismiss<CR>", { desc = "Dismiss Noice Message" })
end,
Expand Down

0 comments on commit 28d7cb8

Please sign in to comment.