small changes
This commit is contained in:
parent
6440047017
commit
6d384cb30e
|
@ -16,7 +16,7 @@ local lg = {
|
|||
-- 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>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||
{ '<leader>g', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
local navigation = {
|
||||
|
||||
'stevearc/dressing.nvim',
|
||||
--[[ {
|
||||
{
|
||||
'max397574/better-escape.nvim',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require('better_escape').setup()
|
||||
end,
|
||||
},
|
||||
]]
|
||||
|
||||
{
|
||||
'christoomey/vim-tmux-navigator',
|
||||
cmd = {
|
||||
|
|
Loading…
Reference in New Issue