refactor(nvim): remove noice.nvim

This commit is contained in:
Price Hiller 2022-10-06 10:05:48 -05:00
parent d5ba0e31b3
commit f9c76a5e7b

View File

@ -37,34 +37,12 @@ return packer.startup({
"nvim-lua/plenary.nvim",
})
-- Much nicer ui, integrates cmdheight = 0 wella
-- Better looking notifications
use({
"folke/noice.nvim",
event = "VimEnter",
"rcarriga/nvim-notify",
config = function()
require("noice").setup({
cmdline = {
view = "cmdline",
},
routes = {
{
filter = {
event = "cmdline",
find = "^%s*[/?]",
},
view = "cmdline",
},
},
})
-- NOTE: Might be redundant, to check later
require("plugins.configs.nvim-notify")
end,
requires = {
-- 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