diff --git a/lua/plugins/open-browser-github.lua b/lua/plugins/open-browser-github.lua new file mode 100644 index 0000000..9bf68b0 --- /dev/null +++ b/lua/plugins/open-browser-github.lua @@ -0,0 +1,4 @@ +return { + "tyru/open-browser-github.vim", + dependencies = { { "tyru/open-browser.vim" } }, +}