app-vim/vim-sensible: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-08-17 22:18:03 +05:00
parent 5faa6f0819
commit d287e610c3
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST vim-sensible-1.2.tar.gz 3035 BLAKE2B 866745b9f86fd1dae442d0e6ab78c5af068a6a1088b71e2aec51fba113a29c0776e0c650b8933738ba2463a235d4e906810179f9606706e977776e85b667f618 SHA512 d44d4478ce81fcc923e1d7d6d0115125070414526835b46c21b50d1ae2365ff597a1c4b5a725fdfce072f37fd58a7eb60eea7dd25f15ab7544771ca81b32b187

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<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>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit vim-plugin
DESCRIPTION="vim plugin: a universal set of defaults that (hopefully) everyone can agree on"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=4391
https://github.com/tpope/vim-sensible"
SRC_URI="https://github.com/tpope/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
KEYWORDS="~amd64 ~x86"