delete lazygit duplicate

pull/1580/head
Oscar Pinochet 6 months ago
parent b5afec18b7
commit 0cfee0d542
No known key found for this signature in database

@ -1087,26 +1087,6 @@ require('lazy').setup({
-- vim.cmd.hi 'Comment gui=none'
-- 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',
lazy = false,

Loading…
Cancel
Save