summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/setup/fugitive.lua
blob: b48b4a97921e5055262b2fe4207cb86de8458561 (plain)
1
2
3
4
5
6
vim.cmd([[
silent !in-git-repo
if v:shell_error
    call FugitiveDetect('~/.cfg')
endif
]])