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
|
-- 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" },
|
||||||
|
Loading…
Reference in New Issue
Block a user