tree-wide: remove vim config

Nowadays we've got a proper .editorconfig,
let's make it the only source of truth and
avoid the burden of keeping everything in sync.
This commit is contained in:
Mike Yuan 2023-08-07 23:30:43 +08:00
parent f28810a3be
commit 3561b8fe2a
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3
2 changed files with 0 additions and 4 deletions

View File

@ -243,5 +243,3 @@ done < <(findmnt -Recvruno SOURCE,TARGET,FSTYPE,OPTIONS,FSROOT "$root")
printf '\t%-10s\t%-10s\t%-10s\t0 0\n\n' 'none' 'swap' "$options"
done
} </proc/swaps
# vim: et ts=2 sw=2 ft=sh:

View File

@ -155,5 +155,3 @@ else
setup=chroot_setup
pacstrap
fi
# vim: et ts=2 sw=2 ft=sh: