mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
More plugins back
This commit is contained in:
parent
3f0ff8fff7
commit
07c65128fb
5 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ return {
|
|||
"tyru/open-browser-github.vim",
|
||||
dependencies = { { "tyru/open-browser.vim" } },
|
||||
config = function()
|
||||
local map = LazyVim.safe_keymap_set
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", "<leader>of", function()
|
||||
vim.cmd("OpenGithubFile")
|
||||
Loading…
Add table
Reference in a new issue