nvim-web-devicons
This commit is contained in:
@@ -93,9 +93,13 @@ in
|
|||||||
git.enable = true;
|
git.enable = true;
|
||||||
# git.neogit.enable = true;
|
# git.neogit.enable = true;
|
||||||
extraPlugins = with pkgs.vimPlugins; {
|
extraPlugins = with pkgs.vimPlugins; {
|
||||||
|
icons = {
|
||||||
|
package = nvim-web-devicons;
|
||||||
|
};
|
||||||
octo = {
|
octo = {
|
||||||
package = octo-nvim;
|
package = octo-nvim;
|
||||||
after = ["telescope"];
|
setup = "require('octo').setup {}";
|
||||||
|
after = ["telescope" "icons"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user