nvim-config/lua/custom/plugins/fugitive.lua
2024-09-21 13:44:57 +02:00

4 lines
51 B
Lua

return {
"tpope/vim-fugitive",
lazy = false,
}