refactor(nvim): restore noice.nvim
This commit is contained in:
parent
bc8f1c38d0
commit
825dae17bd
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user