delete lazygit duplicate

This commit is contained in:
Oscar Pinochet 2024-12-31 15:01:30 -03:00
parent b5afec18b7
commit 0cfee0d542
No known key found for this signature in database
1 changed files with 0 additions and 20 deletions

View File

@ -1087,26 +1087,6 @@ require('lazy').setup({
-- vim.cmd.hi 'Comment gui=none' -- vim.cmd.hi 'Comment gui=none'
-- end, -- end,
-- }, -- },
{
'kdheepak/lazygit.nvim',
lazy = true,
cmd = {
'LazyGit',
'LazyGitConfig',
'LazyGitCurrentFile',
'LazyGitFilter',
'LazyGitFilterCurrentFile',
},
-- optional for floating window border decoration
dependencies = {
'nvim-lua/plenary.nvim',
},
-- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time
keys = {
{ '<leader>lg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
},
},
{ {
'maxmx03/fluoromachine.nvim', 'maxmx03/fluoromachine.nvim',
lazy = false, lazy = false,