1
0
Fork 0

neovim: Eager-load vim-fugitive

This commit is contained in:
Jeremy Kaplan 2025-09-26 21:19:21 -04:00
commit c63db9e504

View file

@ -10,6 +10,7 @@ return {
{ "kylechui/nvim-surround", config = true },
{
"tpope/vim-fugitive",
lazy = false,
keys = {
{ "<Space>G", ":Git<Space>", mode = "n" },
},