mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 20:04:58 +00:00
nvim: remove pending.nvim
Made-with: Cursor
This commit is contained in:
parent
cb25d55374
commit
987df46386
1 changed files with 0 additions and 8 deletions
|
|
@ -4,7 +4,6 @@ vim.pack.add({
|
||||||
"https://github.com/kylechui/nvim-surround",
|
"https://github.com/kylechui/nvim-surround",
|
||||||
"https://github.com/kevinhwang91/nvim-ufo",
|
"https://github.com/kevinhwang91/nvim-ufo",
|
||||||
"https://github.com/kevinhwang91/promise-async",
|
"https://github.com/kevinhwang91/promise-async",
|
||||||
"https://github.com/barrettruth/pending.nvim",
|
|
||||||
"https://github.com/barrettruth/preview.nvim",
|
"https://github.com/barrettruth/preview.nvim",
|
||||||
}, { load = function() end })
|
}, { 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",
|
"barrettruth/preview.nvim",
|
||||||
cmd = "Preview",
|
cmd = "Preview",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue