initial settings
This commit is contained in:
parent
01a1ebed38
commit
7b4488ba07
4 changed files with 48 additions and 11 deletions
6
lua/custom/plugins/fugitive.lua
Normal file
6
lua/custom/plugins/fugitive.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
'tpope/vim-fugitive',
|
||||
config = function ()
|
||||
vim.keymap.set('n', '<leader>gs', vim.cmd.Git)
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue