blob: a567bd1e2ef7422b9d79f77912e12ebae54b841a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 vim-plugin
DESCRIPTION="vim plugin: Vim configuration files for Nix"
HOMEPAGE="https://github.com/LnL7/vim-nix"
EGIT_REPO_URI="https://github.com/LnL7/vim-nix.git"
LICENSE="MIT"
VIM_PLUGIN_MESSAGES="filetype"
|