diff options
Diffstat (limited to 'lua/plugins/vim-fugitive.lua')
-rw-r--r-- | lua/plugins/vim-fugitive.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/plugins/vim-fugitive.lua b/lua/plugins/vim-fugitive.lua new file mode 100644 index 0000000..3774b76 --- /dev/null +++ b/lua/plugins/vim-fugitive.lua @@ -0,0 +1,7 @@ +return { + { + "tpope/vim-fugitive", + config = function() + end; + } +} |