️ switch from neovim to micro

This commit is contained in:
Laureηt 2023-06-03 20:26:41 +02:00
parent 99d61680b6
commit be937b4497
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
keepassxc # password manager keepassxc # password manager
logseq # second brain journalling logseq # second brain journalling
mpv # video viewer mpv # video viewer
neovim # text editor micro # text editor
nil # nix language server nil # nix language server
nixfmt # nix formatter nixfmt # nix formatter
pamixer # volume mixer cli pamixer # volume mixer cli

View file

@ -55,9 +55,9 @@ in {
enableSyntaxHighlighting = true; enableSyntaxHighlighting = true;
enableCompletion = true; enableCompletion = true;
sessionVariables = { sessionVariables = {
MANPAGER = "nvim +Man!"; MANPAGER = "micro";
VISUAL = "nvim"; VISUAL = "micro";
EDITOR = "nvim"; EDITOR = "micro";
WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>"; WORDCHARS = "*?_-.[]~=&;!#$%^(){}<>";
}; };
history = { history = {