set VISUAL to neovide
This commit is contained in:
parent
931a805eb7
commit
f0683a9053
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
environment.variables = rec {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
VISUAL = "neovide";
|
||||
|
||||
# XDG settings
|
||||
XDG_CACHE_HOME = "$HOME/.cache";
|
||||
|
|
Loading…
Add table
Reference in a new issue