diff --git a/neovim/lazy-lock.json b/neovim/lazy-lock.json index 06dffba..10217bc 100644 --- a/neovim/lazy-lock.json +++ b/neovim/lazy-lock.json @@ -22,7 +22,7 @@ "nvim-treesitter": { "branch": "master", "commit": "5f38dffb6a07669a678f073bfe0f62b1a020dffc" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "9937e5e356e5b227ec56d83d0a9d0a0f6bc9cad4" }, "nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" }, - "openingh.nvim": { "branch": "main", "commit": "9131016c1167e23522a8e874b62217829fd327b8" }, + "openingh.nvim": { "branch": "main", "commit": "99fe3b052c827ea0ec4d88d7d141d4a4239f1487" }, "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" }, "rust-tools.nvim": { "branch": "master", "commit": "676187908a1ce35ffcd727c654ed68d851299d3e" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" }, diff --git a/neovim/lua/plugins/etc.lua b/neovim/lua/plugins/etc.lua index ac84149..59dbac9 100644 --- a/neovim/lua/plugins/etc.lua +++ b/neovim/lua/plugins/etc.lua @@ -82,6 +82,7 @@ return { "qpkorr/vim-bufkill", { "almo7aya/openingh.nvim", + url = "https://github.com/jdkaplan/openingh.nvim", keys = { { "gh", "V:OpenInGHFile", mode = {"n"} }, { "gh", ":OpenInGHFile", mode = {"v"} },