mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-12 00:15:13 +02:00
Replaced packer with lazyvim plugin manager
This commit is contained in:
7
.config/nvim/lua/plugins/fugitive.lua
Normal file
7
.config/nvim/lua/plugins/fugitive.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
{ 'tpope/vim-fugitive',
|
||||
config = function ()
|
||||
vim.keymap.set("n", "<leader>gs", vim.cmd.Git);
|
||||
end
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user