refactor(nvim): set priority for noice.nvim to 900

This commit is contained in:
Price Hiller 2023-07-18 15:12:24 -05:00
parent ae91d0c595
commit 257e6b1bee
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -29,6 +29,7 @@ lazy.setup({
-- Much nicer ui, integrates cmdheight = 0 wella -- Much nicer ui, integrates cmdheight = 0 wella
{ {
"folke/noice.nvim", "folke/noice.nvim",
priorty = 900,
config = function() config = function()
-- NOTE: Might be redundant, to check later -- NOTE: Might be redundant, to check later
require("plugins.configs.nvim-notify") require("plugins.configs.nvim-notify")