mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
cleanup codecompanion, neogit, bump inputs
This commit is contained in:
parent
ee647f4338
commit
8da416de1c
7 changed files with 37 additions and 99 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue