cleanup codecompanion, neogit, bump inputs

This commit is contained in:
iofq 2025-06-11 02:35:44 -05:00
parent ee647f4338
commit 8da416de1c
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
7 changed files with 37 additions and 99 deletions

View file

@ -37,7 +37,7 @@ return {
'MeanderingProgrammer/render-markdown.nvim',
event = 'VeryLazy',
opts = {
file_types = { 'markdown', 'codecompanion' },
file_types = { 'markdown' },
},
},
{
@ -77,24 +77,6 @@ return {
},
},
},
{
'NeogitOrg/neogit',
opts = {
disable_builtin_notifications = true,
integrations = {
diffview = true,
},
},
keys = {
{
'<leader>ng',
function()
require('neogit').open()
end,
{ noremap = true, silent = true, desc = 'Neogit' },
},
},
},
{
'EdenEast/nightfox.nvim',
lazy = false,