diff --git a/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua b/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua index c716b414..8067d0cd 100755 --- a/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua +++ b/dots/.nvim-environments/primary/config/lua/plugins/plugins.lua @@ -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