mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Install :OpenGithubFile
This commit is contained in:
parent
93bcf21190
commit
83db077930
1 changed files with 4 additions and 0 deletions
4
lua/plugins/open-browser-github.lua
Normal file
4
lua/plugins/open-browser-github.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"tyru/open-browser-github.vim",
|
||||
dependencies = { { "tyru/open-browser.vim" } },
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue