mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-04 19:14:30 +02:00
delete lazygit duplicate
This commit is contained in:
parent
b5afec18b7
commit
0cfee0d542
1 changed files with 0 additions and 20 deletions
20
init.lua
20
init.lua
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue