mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:08:25 +02:00
feat: set neovim as the default editor
This commit is contained in:
@@ -89,5 +89,7 @@
|
||||
|
||||
urldecode = "python3 -c 'import sys, urllib.parse as ul; print(ul.unquote_plus(sys.stdin.read()))'";
|
||||
urlencode = "python3 -c 'import sys, urllib.parse as ul; print(ul.quote_plus(sys.stdin.read()))'";
|
||||
|
||||
vim = "nvim";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user