Skip to content

Commit 08fd829

Browse files
committed
add Gbrowse support for enterprise
1 parent dfc89d4 commit 08fd829

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

config/nvim/lua/plugins/init.lua

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,23 @@ local vim = vim
33
return {
44
{ "RRethy/vim-illuminate" }, -- repeated word highlighting
55
{ "tommcdo/vim-exchange" },
6-
{ "tpope/vim-fugitive" },
6+
{
7+
"tpope/vim-fugitive",
8+
dependencies = {
9+
"tpope/vim-rhubarb",
10+
},
11+
},
712
{ "tpope/vim-surround" },
813
{ "tpope/vim-unimpaired" },
14+
{
15+
"klen/nvim-config-local",
16+
opts = {
17+
config_files = {
18+
".nvim.lua",
19+
},
20+
lookup_parents = true,
21+
}
22+
},
923

1024
{
1125
"mbbill/undotree",

0 commit comments

Comments
 (0)