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