Set nvim to default editor

This commit is contained in:
Bryan Ramos 2023-03-27 16:38:44 -04:00
parent e12aac5bb9
commit 6318be44b2

View file

@ -50,6 +50,7 @@
enable = true; enable = true;
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
defaultEditor = true;
plugins = with pkgs; [ plugins = with pkgs; [
vimPlugins.nvim-treesitter.withAllGrammars vimPlugins.nvim-treesitter.withAllGrammars
@ -63,11 +64,6 @@
}; };
}; };
# SESSION VARIABLES
home.sessionVariables = {
EDITOR = "nvim";
};
# GPG SSH AGENT # GPG SSH AGENT
home.sessionVariables = { home.sessionVariables = {