Skip to content

Commit 0c045bb

Browse files
author
zhangfuwen
committed
update readme
1 parent a5a103c commit 0c045bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# github_nvim
22

3+
A neovim plugin to manage github repos. It uses github command line tool (gh) to manage github repos
4+
so make sure you have gh installed and authorized.
35

4-
## Usage
56

7+
## Usage
68

7-
```lua
89

910
github_nvim = require("github_nvim")
1011
github_nvim.setup({})
1112
require('telescope').load_extension('github_repos')
1213

1314
vim.keymap.set("n", "<leader>ghr", function()
1415
vim.cmd("Telescope github_repos")
15-
end, { desc = "List github repos", buffer = bufnr })
16+
end, { desc = "List github repos(for clone or open)", buffer = bufnr })
1617

1718
vim.keymap.set("n", "<leader>ghc", function()
1819
require("github_nvim").clone()

0 commit comments

Comments
 (0)