diff options
Diffstat (limited to 'lua/plugins/extra/vim-fugitive.lua')
-rw-r--r-- | lua/plugins/extra/vim-fugitive.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lua/plugins/extra/vim-fugitive.lua b/lua/plugins/extra/vim-fugitive.lua index d1f8a5a..70d3146 100644 --- a/lua/plugins/extra/vim-fugitive.lua +++ b/lua/plugins/extra/vim-fugitive.lua @@ -1,14 +1,14 @@ return { - { - "shumphrey/fugitive-gitlab.vim", - cmd = "GBrowse", - config = function() - vim.g.fugitive_gitlab_domains = { "https://gitlab.otters.xyz" } - end, - }, + { + "shumphrey/fugitive-gitlab.vim", + cmd = "GBrowse", + config = function() + vim.g.fugitive_gitlab_domains = { "https://gitlab.otters.xyz" } + end, + }, - { - "tpope/vim-fugitive", - dependencies = { "tpope/vim-rhubarb", "fugitive-gitlab.vim" }, - }, + { + "tpope/vim-fugitive", + dependencies = { "tpope/vim-rhubarb", "fugitive-gitlab.vim" }, + }, } |