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