More work, LSP is not working yet need to figure that out more
This commit is contained in:
parent
713d128018
commit
764b890c58
32 changed files with 290 additions and 441 deletions
8
lua/plugins/open-github.lua
Normal file
8
lua/plugins/open-github.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"Almo7aya/openingh.nvim",
|
||||
commit = "374c081409dc238018cd986410f16190d8f9f680",
|
||||
event = "BufEnter",
|
||||
keys = {
|
||||
{ "<leader>gf", ":OpenInGHFile <CR>", desc = "Open in git" }
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue