Files
dotfiles/nix/home/neovim/nvim/lua/plugins/fugitive.lua
2024-07-31 11:36:56 +02:00

6 lines
140 B
Lua

-- fugitive.vim: A Git wrapper so awesome, it should be illegal
-- https://github.com/tpope/vim-fugitive
return {
"tpope/vim-fugitive",
}