Everything but LSP is finished!
This commit is contained in:
parent
78f04bda73
commit
e54f6ee975
23 changed files with 530 additions and 100 deletions
9
lua/plugins/github_open.lua
Normal file
9
lua/plugins/github_open.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"Almo7aya/openingh.nvim",
|
||||
cmd = { "OpenInGHFile", "OpenInGHFileLines" },
|
||||
keys = {
|
||||
{ "<leader>gf", "<cmd>OpenInGHFile<CR>", desc = "Open in git" },
|
||||
{ "<leader>gf", ":OpenInGHFileLines<CR>", desc = "Open in git", mode = { "v", "x" } },
|
||||
},
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue