mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
nvim defaultEditor
This commit is contained in:
parent
21bfd793d4
commit
419cb4ac60
2 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
vimAlias = true;
|
||||
extraPackages = import ./config/servers.nix { inherit pkgs; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue