small changes

This commit is contained in:
ZaneFerns360 2024-08-13 23:40:44 +05:30
parent 6440047017
commit 6d384cb30e
2 changed files with 3 additions and 3 deletions

View File

@ -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' },
},
},
}

View File

@ -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 = {