custom settings

This commit is contained in:
marekmichalski 2024-02-18 10:08:20 +01:00
parent 6fc5fda67d
commit 198447271b
7 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,8 @@
return {
{
'vim-fugitive',
keys = {
{'<leader>gs', vim.cmd.Git, desc = 'open git'}
}
}
}