diff options
Diffstat (limited to '.config/nvim/lua/plugins/notify.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/notify.lua | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.config/nvim/lua/plugins/notify.lua b/.config/nvim/lua/plugins/notify.lua deleted file mode 100644 index 68941bb..0000000 --- a/.config/nvim/lua/plugins/notify.lua +++ /dev/null @@ -1,19 +0,0 @@ -return { - { - "rcarriga/nvim-notify", - event = "VeryLazy", - config = function() - vim.notify = require("notify") - end, - }, - { - "nvim-telescope/telescope.nvim", - dependencies = { "rcarriga/nvim-notify" }, - keys = { - { "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Notifications" }, - }, - config = function() - require("telescope").load_extension("notify") - end, - }, -} |
