misc refactors

This commit is contained in:
Barrett Ruth 2026-02-26 23:23:38 -05:00
parent 014277b247
commit 60969865b5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 30 additions and 16 deletions

View file

@ -88,7 +88,7 @@ return {
'ghostty',
},
per_filetype = {
pending = { 'omni' },
pending = { 'omni', 'buffer' },
},
providers = {
git = {

View file

@ -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>' }}