dotfiles/home/apps/neovim/after/plugin/neogit.lua

5 lines
83 B
Lua

local present, neogit = pcall(require, "neogit")
if not present then
return
end