mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-06 22:05:15 +02:00
feat: update nvim config to match 0.12 version
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
return {
|
||||
{ 'tpope/vim-fugitive',
|
||||
config = function ()
|
||||
vim.keymap.set("n", "<leader>gs", vim.cmd.Git);
|
||||
end
|
||||
}
|
||||
keys = {
|
||||
{ "<leader>gs", vim.cmd.Git, desc = "Open Vim Fugitive" },
|
||||
},
|
||||
dependencies = { "nvim-lua/plenary.nvim" }
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user