mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Set nvim to default editor
This commit is contained in:
parent
e12aac5bb9
commit
6318be44b2
1 changed files with 1 additions and 5 deletions
|
|
@ -50,6 +50,7 @@
|
|||
enable = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
defaultEditor = true;
|
||||
|
||||
plugins = with pkgs; [
|
||||
vimPlugins.nvim-treesitter.withAllGrammars
|
||||
|
|
@ -63,11 +64,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# SESSION VARIABLES
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
|
||||
# GPG SSH AGENT
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue