diff options
author | Mark Huggins <[email protected]> | 2022-10-21 01:21:22 -0400 |
---|---|---|
committer | Mark Huggins <[email protected]> | 2022-10-24 10:40:00 +0200 |
commit | 30629e1a625a20eeebaa2d0ecdc79f7c26d1626c (patch) | |
tree | daf9a5d1a5e2d22beb85c460579d7d58a61b7d03 /lua/lvim/plugins.lua | |
parent | ccd6d367b77d6ca2cd265f2c13e44e5cb09cc6b2 (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" }, |