From 821f3185e2e8f03a0ec884e62ba5e0713d249e34 Mon Sep 17 00:00:00 2001 From: Allen123456hello Date: Mon, 10 Aug 2026 13:37:09 +0200 Subject: [PATCH] Replace neovim (slopware) by evi in how_to_slop_free_fork (#1165) ### Description of Changes This PR removes neovim (slopware) from how_to_slop_free_fork. Reviewed-on: https://codeberg.org/ethical-foss/open-slopware/pulls/1165 Reviewed-by: Ethical FOSS admin --- HOW_TO_SLOP_FREE_FORK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HOW_TO_SLOP_FREE_FORK.md b/HOW_TO_SLOP_FREE_FORK.md index ca7f389..063cd67 100644 --- a/HOW_TO_SLOP_FREE_FORK.md +++ b/HOW_TO_SLOP_FREE_FORK.md @@ -57,9 +57,9 @@ Let's take tldr-pages as an example, as that was something the community recentl Another way is to edit the `.git/config` file Use your editor of choice to open the following file: ```bash - # We're using neovim here, but you can use any editor you're comfortable with. + # We're using evi here, but you can use any editor you're comfortable with. # If you're new, nano is always a safe bet as it has tips at the bottom of the screen. - neovim .git/config + evi .git/config ``` The file will look like this: