misc refactors
This commit is contained in:
parent
014277b247
commit
60969865b5
5 changed files with 30 additions and 16 deletions
|
|
@ -441,6 +441,9 @@ return {
|
|||
},
|
||||
{
|
||||
'barrettruth/pending.nvim',
|
||||
init = function()
|
||||
vim.g.pending = { debug = true }
|
||||
end,
|
||||
dir = '~/dev/pending.nvim',
|
||||
-- TODO: should we be using this or `<Plug>` mappings?
|
||||
keys = { { '<leader>p', '<cmd>Pending<cr>' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue