From 83db077930f4c1c64f05fe8351c5968b5ab438c4 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Tue, 9 Jul 2024 14:52:28 -0300 Subject: [PATCH] Install :OpenGithubFile --- lua/plugins/open-browser-github.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/open-browser-github.lua 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" } }, +}