Skip to content

Commit

Permalink
docs(EDITOR): by default, do not load neovim's user config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 25, 2024
1 parent 102ec54 commit 1955875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/darwin/apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1955875

Please sign in to comment.