diff options
author | Mark Huggins <[email protected]> | 2022-10-21 01:21:22 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-21 01:21:22 -0400 |
commit | 36c8bdee9ff59a0a63c1edfc445b5eb2886cf246 (patch) | |
tree | 93bcea9656ca5534e20c36bb52e83fe557799a83 /lua/lvim/plugins.lua | |
parent | 30c65cfd74756954779f3ea9d232938e642bc07f (diff) |
refactor(plugins)!: remove nvim-notify from core (#3300)
Diffstat (limited to 'lua/lvim/plugins.lua')
-rw-r--r-- | lua/lvim/plugins.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index db84d878..49b6fc23 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -17,14 +17,6 @@ local core_plugins = { { "folke/tokyonight.nvim", }, - { - "rcarriga/nvim-notify", - config = function() - require("lvim.core.notify").setup() - end, - requires = { "nvim-telescope/telescope.nvim" }, - disable = not lvim.builtin.notify.active or not lvim.builtin.telescope.active, - }, { "Tastyep/structlog.nvim" }, { "nvim-lua/popup.nvim" }, |