diff --git a/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua b/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua index bf3b8067..5cf3907c 100755 --- a/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua +++ b/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua @@ -24,24 +24,21 @@ lazy.setup({ }, -- Much nicer ui, integrates cmdheight = 0 wella - -- NOTE: Temporarily disabling this until nightly is fixed - -- { - -- "folke/noice.nvim", - -- event = "VeryLazy", - -- config = function() - -- -- NOTE: Might be redundant, to check later - -- require("plugins.configs.nvim-notify") - -- require("plugins.configs.noice") - -- end, - -- dependencies = { - -- -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries - -- "MunifTanjim/nui.nvim", - -- "rcarriga/nvim-notify", - -- "hrsh7th/nvim-cmp", - -- }, - -- }, - -- - { "rcarriga/nvim-notify" }, + { + "folke/noice.nvim", + event = "VeryLazy", + config = function() + -- NOTE: Might be redundant, to check later + require("plugins.configs.nvim-notify") + require("plugins.configs.noice") + end, + dependencies = { + -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries + "MunifTanjim/nui.nvim", + "rcarriga/nvim-notify", + "hrsh7th/nvim-cmp", + }, + }, -- Color schemes { "folke/tokyonight.nvim" },