vim -> editor
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
environment.variables.EDITOR = lib.getExe pkgs.niphas-vim;
|
||||
environment.variables.EDITOR = lib.getExe pkgs.niphas-editor;
|
||||
environment.shellAliases.vi = "nvim";
|
||||
environment.shellAliases.vim = "nvim";
|
||||
environment.shellAliases.view = "nvim -R";
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.niphas-vim
|
||||
pkgs.niphas-editor
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user