fixes
This commit is contained in:
@@ -92,9 +92,12 @@ in
|
||||
|
||||
git.enable = true;
|
||||
# git.neogit.enable = true;
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
octo-nvim
|
||||
];
|
||||
extraPlugins = with pkgs.vimPlugins; {
|
||||
octo = {
|
||||
package = octo-nvim;
|
||||
after = ["telescope"];
|
||||
};
|
||||
};
|
||||
|
||||
# https://github.com/akinsho/toggleterm.nvim
|
||||
terminal.toggleterm.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user