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
|
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||||
-- order to load the plugin when the command is run for the first time
|
-- order to load the plugin when the command is run for the first time
|
||||||
keys = {
|
keys = {
|
||||||
{ '<leader>gg', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
{ '<leader>g', '<cmd>LazyGit<cr>', desc = 'LazyGit' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
local navigation = {
|
local navigation = {
|
||||||
|
|
||||||
'stevearc/dressing.nvim',
|
'stevearc/dressing.nvim',
|
||||||
--[[ {
|
{
|
||||||
'max397574/better-escape.nvim',
|
'max397574/better-escape.nvim',
|
||||||
event = 'VeryLazy',
|
event = 'VeryLazy',
|
||||||
config = function()
|
config = function()
|
||||||
require('better_escape').setup()
|
require('better_escape').setup()
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
]]
|
|
||||||
{
|
{
|
||||||
'christoomey/vim-tmux-navigator',
|
'christoomey/vim-tmux-navigator',
|
||||||
cmd = {
|
cmd = {
|
||||||
|
|
Loading…
Reference in New Issue