-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule octo.nvim
updated
15 files
+4 −0 | .github/PULL_REQUEST_TEMPLATE.md | |
+5 −0 | .pre-commit-config.yaml | |
+86 −70 | README.md | |
+6 −1 | doc/octo.txt | |
+11 −7 | lua/octo/autocmds.lua | |
+21 −1 | lua/octo/commands.lua | |
+106 −71 | lua/octo/config.lua | |
+57 −34 | lua/octo/gh/graphql.lua | |
+7 −1 | lua/octo/navigation.lua | |
+2 −0 | lua/octo/pickers/fzf-lua/pickers/prs.lua | |
+171 −74 | lua/octo/pickers/telescope/provider.lua | |
+61 −30 | lua/octo/reviews/init.lua | |
+29 −12 | lua/octo/reviews/thread-panel.lua | |
+77 −18 | lua/octo/utils.lua | |
+1 −1 | lua/tests/plenary/config_spec.lua |