fix(nvim/lazygit): add lazygit to extraPackages
This commit is contained in:
parent
a051d107da
commit
2eb6fd6341
@ -3,6 +3,8 @@
|
|||||||
lazygit-nvim
|
lazygit-nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraPackages = with pkgs; [lazygit];
|
||||||
|
|
||||||
extraConfigLua = ''
|
extraConfigLua = ''
|
||||||
require("telescope").load_extension("lazygit")
|
require("telescope").load_extension("lazygit")
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user