mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-23 12:15:26 +02:00
modules/dependencies: add gh
This commit is contained in:
parent
5c5360698c
commit
662ad478f2
3 changed files with 15 additions and 13 deletions
|
@ -103,10 +103,11 @@
|
|||
no-packages = {
|
||||
# Need to add gh executable to runtime path for plugin
|
||||
test.runNvim = false;
|
||||
plugins.web-devicons.enable = false;
|
||||
plugins.octo = {
|
||||
enable = true;
|
||||
ghPackage = null;
|
||||
|
||||
plugins = {
|
||||
web-devicons.enable = false;
|
||||
octo.enable = true;
|
||||
};
|
||||
dependencies.gh.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue