refactor(nvim): restore noice.nvim

This commit is contained in:
Price Hiller 2023-01-14 14:44:39 -06:00
parent bc8f1c38d0
commit 825dae17bd

View File

@ -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" },