mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 09:01:16 +00:00
pending
This commit is contained in:
parent
4838d7f9a1
commit
67892a8017
3 changed files with 12 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ return {
|
|||
end,
|
||||
},
|
||||
{
|
||||
enabled = false,
|
||||
'barrettruth/cp.nvim',
|
||||
dependencies = { 'ibhagwan/fzf-lua' },
|
||||
init = function()
|
||||
|
|
@ -161,6 +162,12 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
'barrettruth/pending.nvim',
|
||||
keys = {
|
||||
{ '<leader>p', '<cmd>Pending<cr><cmd>only<cr>', desc = 'Pending tasks' },
|
||||
},
|
||||
},
|
||||
{
|
||||
'barrettruth/preview.nvim',
|
||||
init = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue