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;
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue