Use specific set as default variable for neovim
This commit is contained in:
parent
1a54383f74
commit
9c0755df31
@ -29,6 +29,9 @@ in
|
|||||||
# Enable completions by nix
|
# Enable completions by nix
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
|
# set neovim as default
|
||||||
|
programs.neovim.defaultEditor = true;
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
shells = [ pkgs.fish ];
|
shells = [ pkgs.fish ];
|
||||||
variables = {
|
variables = {
|
||||||
|
Reference in New Issue
Block a user