mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-30 14:21:51 +02:00
docs(EDITOR): by default, do not load neovim's user config
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user