refactor(nvim): set priority for noice.nvim to 900
This commit is contained in:
parent
ae91d0c595
commit
257e6b1bee
@ -29,6 +29,7 @@ lazy.setup({
|
||||
-- Much nicer ui, integrates cmdheight = 0 wella
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
priorty = 900,
|
||||
config = function()
|
||||
-- NOTE: Might be redundant, to check later
|
||||
require("plugins.configs.nvim-notify")
|
||||
|
Loading…
Reference in New Issue
Block a user