nvim: remove pending.nvim
Some checks failed
quality / changes (push) Successful in 1s
quality / Nix Format Check (push) Successful in 5s
quality / Flake Check (push) Failing after 9s
quality / Deploy netty (push) Has been skipped

Made-with: Cursor
This commit is contained in:
Harivansh Rathi 2026-04-18 23:56:12 -04:00
parent cb25d55374
commit 987df46386

View file

@ -4,7 +4,6 @@ vim.pack.add({
"https://github.com/kylechui/nvim-surround",
"https://github.com/kevinhwang91/nvim-ufo",
"https://github.com/kevinhwang91/promise-async",
"https://github.com/barrettruth/pending.nvim",
"https://github.com/barrettruth/preview.nvim",
}, { load = function() end })
@ -83,13 +82,6 @@ return {
},
},
},
{
"barrettruth/pending.nvim",
cmd = "Pending",
keys = {
{ "<leader>p", "<cmd>Pending<cr><cmd>only<cr>" },
},
},
{
"barrettruth/preview.nvim",
cmd = "Preview",