This commit is contained in:
Harivansh Rathi 2026-03-08 10:21:43 -07:00
parent 4838d7f9a1
commit 67892a8017
3 changed files with 12 additions and 4 deletions

View file

@ -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()

View file

@ -80,7 +80,7 @@ return {
hide_prefix = true,
highlights = {
gutter = true,
blend_alpha = 0.2,
blend_alpha = 0.3,
intra = { enabled = true },
},
}