neovim: Use temp fork of OpenInGH
This commit is contained in:
parent
58d4d5825d
commit
f31ae3016a
2 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "5f38dffb6a07669a678f073bfe0f62b1a020dffc" },
|
"nvim-treesitter": { "branch": "master", "commit": "5f38dffb6a07669a678f073bfe0f62b1a020dffc" },
|
||||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "9937e5e356e5b227ec56d83d0a9d0a0f6bc9cad4" },
|
"nvim-treesitter-textobjects": { "branch": "master", "commit": "9937e5e356e5b227ec56d83d0a9d0a0f6bc9cad4" },
|
||||||
"nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
|
"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" },
|
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
||||||
"rust-tools.nvim": { "branch": "master", "commit": "676187908a1ce35ffcd727c654ed68d851299d3e" },
|
"rust-tools.nvim": { "branch": "master", "commit": "676187908a1ce35ffcd727c654ed68d851299d3e" },
|
||||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
|
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,7 @@ return {
|
||||||
"qpkorr/vim-bufkill",
|
"qpkorr/vim-bufkill",
|
||||||
{
|
{
|
||||||
"almo7aya/openingh.nvim",
|
"almo7aya/openingh.nvim",
|
||||||
|
url = "https://github.com/jdkaplan/openingh.nvim",
|
||||||
keys = {
|
keys = {
|
||||||
{ "<Leader>gh", "V:OpenInGHFile<CR>", mode = {"n"} },
|
{ "<Leader>gh", "V:OpenInGHFile<CR>", mode = {"n"} },
|
||||||
{ "<Leader>gh", ":OpenInGHFile<CR>", mode = {"v"} },
|
{ "<Leader>gh", ":OpenInGHFile<CR>", mode = {"v"} },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue