mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 00:22:39 +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"];
|
TERMINFO_DIRS = map (path: path + "/share/terminfo") config.environment.profiles ++ ["/usr/share/terminfo"];
|
||||||
|
|
||||||
# for security reasons, do not load neovim's user config
|
# for security reasons, do not load neovim's user config
|
||||||
|
# since EDITOR may be used to edit some critical files
|
||||||
EDITOR = "nvim --clean";
|
EDITOR = "nvim --clean";
|
||||||
}
|
}
|
||||||
# Set variables for you to manually install homebrew packages.
|
# Set variables for you to manually install homebrew packages.
|
||||||
|
|||||||
Reference in New Issue
Block a user