⚡️ switch from neovim to micro
This commit is contained in:
parent
99d61680b6
commit
be937b4497
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue