dotfiles/modules/neovim/after/plugin/neogit.lua

6 lines
83 B
Lua
Raw Normal View History

2023-02-12 08:05:51 +01:00
local present, neogit = pcall(require, "neogit")
if not present then
return
end