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