diff options
Diffstat (limited to 'common/nvim/lua/plugins/fugitive.lua')
| -rwxr-xr-x | common/nvim/lua/plugins/fugitive.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/nvim/lua/plugins/fugitive.lua b/common/nvim/lua/plugins/fugitive.lua new file mode 100755 index 0000000..22620e3 --- /dev/null +++ b/common/nvim/lua/plugins/fugitive.lua @@ -0,0 +1,8 @@ +local M = {} + +function M.setup() + -- No-op if fugitive is not installed + return true +end + +return M |
