mirror of
https://github.com/KDE/kde-linux.git
synced 2026-02-15 10:22:09 -05:00
Install the vi to vim compatibility package
A number of installed applications like visudo, vipw and vigr need vi to work as expected. This commit installs the Arch's vi to vim compatibility package so that everything will work as expected after a fresh installation. Fixes #497
This commit is contained in:
committed by
Hadi Chokr
parent
e7b0899c50
commit
8395fa33e1
@@ -14,6 +14,7 @@ Packages=alsa-utils # alsamixer and other useful audio debugging tools
|
||||
desktop-file-utils # desktop-file-validate and related useful tools
|
||||
drm-info # for debugging KWin and other graphics issues
|
||||
duf
|
||||
ex-vi-compat
|
||||
fastfetch
|
||||
fd
|
||||
fzf
|
||||
|
||||
@@ -23,8 +23,7 @@ known_alternatives = {
|
||||
"nslookup" : "resolvectl query",
|
||||
"route" : "ip route",
|
||||
"service" :"systemctl",
|
||||
"traceroute" : "tracepath",
|
||||
"vi" : "vim -u NONE -C"
|
||||
"traceroute" : "tracepath"
|
||||
}
|
||||
|
||||
unsupported_package_managers = [
|
||||
|
||||
Reference in New Issue
Block a user