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 -- Much nicer ui, integrates cmdheight = 0 wella
-- NOTE: Temporarily disabling this until nightly is fixed {
-- { "folke/noice.nvim",
-- "folke/noice.nvim", event = "VeryLazy",
-- event = "VeryLazy", 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") require("plugins.configs.noice")
-- require("plugins.configs.noice") end,
-- end, dependencies = {
-- dependencies = { -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
-- -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries "MunifTanjim/nui.nvim",
-- "MunifTanjim/nui.nvim", "rcarriga/nvim-notify",
-- "rcarriga/nvim-notify", "hrsh7th/nvim-cmp",
-- "hrsh7th/nvim-cmp", },
-- }, },
-- },
--
{ "rcarriga/nvim-notify" },
-- Color schemes -- Color schemes
{ "folke/tokyonight.nvim" }, { "folke/tokyonight.nvim" },