diff --git a/app-vim/vim-nix/metadata.xml b/app-vim/vim-nix/metadata.xml new file mode 100644 index 0000000000..a9f7351928 --- /dev/null +++ b/app-vim/vim-nix/metadata.xml @@ -0,0 +1,12 @@ + + + + + marco@sirabella.org + Marco Sirabella + + + LnL7/vim-nix + https://github.com/LnL7/vim-nix/issues + + diff --git a/app-vim/vim-nix/vim-nix-9999.ebuild b/app-vim/vim-nix/vim-nix-9999.ebuild new file mode 100644 index 0000000000..c8ffe5e8c2 --- /dev/null +++ b/app-vim/vim-nix/vim-nix-9999.ebuild @@ -0,0 +1,14 @@ +# 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" +KEYWORDS="" + +VIM_PLUGIN_MESSAGES="filetype"