refactor(nvim): do not lazy load noice.nvim

This commit is contained in:
Price Hiller 2023-01-14 15:34:12 -06:00
parent 825dae17bd
commit cce56dceb2

View File

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