blob: 4528166f5b95afc6db76160cf1ae64195cb7ba7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Think of sensible.vim as one step above 'nocompatible' mode: a universal
set of defaults that (hopefully) everyone can agree on.
* If you're new to Vim, you can install this as a starting point, rather
than copying some random vimrc you found.
* If you're pair programming and you can't agree on whose vimrc to use,
this can be your neutral territory.
* If you're administrating a server with an account that's not
exclusively yours, you can `scp` this up to make things a bit more
tolerable.
* If you're troubleshooting a plugin and need to rule out interference
from your vimrc, having this installed will ensure you still have some
basic amenities.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|