mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Don't use vi-mode plugin
This commit is contained in:
parent
c142161840
commit
df20ad2703
|
@ -9,11 +9,6 @@ in
|
||||||
src = pkgs.zsh-nix-shell;
|
src = pkgs.zsh-nix-shell;
|
||||||
file = "share/zsh-nix-shell/nix-shell.plugin.zsh";
|
file = "share/zsh-nix-shell/nix-shell.plugin.zsh";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "zsh-vi-mode";
|
|
||||||
src = pkgs.zsh-vi-mode;
|
|
||||||
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "fast-syntax-highlighting";
|
name = "fast-syntax-highlighting";
|
||||||
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";
|
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";
|
||||||
|
|
Loading…
Reference in a new issue