mirror of
https://github.com/harivansh-afk/nvim.git
synced 2026-04-15 11:02:20 +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()
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ return {
|
|||
hide_prefix = true,
|
||||
highlights = {
|
||||
gutter = true,
|
||||
blend_alpha = 0.2,
|
||||
blend_alpha = 0.3,
|
||||
intra = { enabled = true },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue