Remove noice

This commit is contained in:
2023-09-22 02:50:42 +02:00
parent 01fe4f44f8
commit 4905655074
2 changed files with 0 additions and 62 deletions
-10
View File
@@ -213,16 +213,6 @@ local plugins = {
"fedepujol/move.nvim",
config = function () require("plugins.config.move") end,
},
{
"folke/noice.nvim",
-- see issue https://github.com/folke/lazy.nvim/issues/1038
-- event = "VeryLazy",
dependencies = {
"MunifTanjim/nui.nvim",
"rcarriga/nvim-notify",
},
config = function () require("plugins.config.noice") end,
},
{
"nvim-orgmode/orgmode",
config = function () require("plugins.config.orgmode") end,