️ 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
logseq # second brain journalling
mpv # video viewer
neovim # text editor
micro # text editor
nil # nix language server
nixfmt # nix formatter
pamixer # volume mixer cli

View file

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