From 987df46386f2449262a2c2699492e0a4d6c5b12f Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 18 Apr 2026 23:56:12 -0400 Subject: [PATCH] nvim: remove pending.nvim Made-with: Cursor --- config/nvim/lua/plugins/editor.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/nvim/lua/plugins/editor.lua b/config/nvim/lua/plugins/editor.lua index d512514..2d148cc 100644 --- a/config/nvim/lua/plugins/editor.lua +++ b/config/nvim/lua/plugins/editor.lua @@ -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 = { - { "p", "Pendingonly" }, - }, - }, { "barrettruth/preview.nvim", cmd = "Preview",