Began aggresively formatting project
This commit is contained in:
@@ -1,28 +1,22 @@
|
||||
{ config
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
{lib, ...}: {
|
||||
programs.zsh = lib.mkForce {
|
||||
enable = true;
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "grc" "git" ];
|
||||
plugins = ["grc" "git"];
|
||||
};
|
||||
|
||||
zplug = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
{ name = "zsh-users/zsh-autosuggestions"; }
|
||||
{name = "zsh-users/zsh-autosuggestions";}
|
||||
{
|
||||
name = "zsh-users/zsh-syntax-highlighting";
|
||||
}
|
||||
#{ name = "marlonrichert/zsh-autocomplete"; }
|
||||
{ name = "hlissner/zsh-autopair"; }
|
||||
|
||||
{name = "hlissner/zsh-autopair";}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user