update dots

This commit is contained in:
Alexander Navarro 2023-11-30 20:16:16 -03:00
parent 9c023c015c
commit 0f1a4d33d1
9 changed files with 24 additions and 4 deletions

View file

@ -38,6 +38,9 @@ return {
{
"tpope/vim-fugitive",
event = "VeryLazy",
keys = {
{ "<Leader>gL", ":Git log -p -- %<CR>", desc = "Log of open file" },
},
},
{