diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-21 17:51:00 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-21 17:51:00 -0400 |
| commit | b1df2d2128637c706c400ae41fcb17433ec1af07 (patch) | |
| tree | 976a439cd7d4bc82a70dccf228fcfe292aaec3eb /.config/nvim/lua/plugins/notify.lua | |
| parent | aff0e767820bfe273a7afafd68572f81f675dd0b (diff) | |
nvim: remove some plugins
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, - }, -} |
