custom settings
This commit is contained in:
parent
6fc5fda67d
commit
198447271b
7 changed files with 138 additions and 0 deletions
8
lua/custom/plugins/fugative.lua
Normal file
8
lua/custom/plugins/fugative.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
{
|
||||
'vim-fugitive',
|
||||
keys = {
|
||||
{'<leader>gs', vim.cmd.Git, desc = 'open git'}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue