diff options
-rw-r--r-- | home-manager/soispha/packages/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/packages/default.nix b/home-manager/soispha/packages/default.nix index 5fdae3b2..9330a08e 100644 --- a/home-manager/soispha/packages/default.nix +++ b/home-manager/soispha/packages/default.nix @@ -114,7 +114,7 @@ with pkgs; let ed # A POSIX-compliant line-oriented text editor #sed # GNU stream editor vim # The original ex/vi text editor (this is `vim` and not `vi`, as `vi` is unfree) - neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs + #neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs ]; Programming = { |