docs(EDITOR): by default, do not load neovim's user config

This commit is contained in:
Ryan Yin
2024-11-25 20:18:32 +08:00
parent 102ec54f82
commit 1955875498

View File

@@ -74,6 +74,7 @@ in {
TERMINFO_DIRS = map (path: path + "/share/terminfo") config.environment.profiles ++ ["/usr/share/terminfo"];
# for security reasons, do not load neovim's user config
# since EDITOR may be used to edit some critical files
EDITOR = "nvim --clean";
}
# Set variables for you to manually install homebrew packages.