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 <ethical-foss-admin@noreply.codeberg.org>
This commit is contained in:
Allen123456hello 2026-08-10 13:37:09 +02:00 committed by Ethical FOSS admin
commit 821f3185e2

View file

@ -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: