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",