app-vim/vim-nix - 9999 (guru)

Search

Install

Install this version:

emerge -a =app-vim/vim-nix-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-vim/vim-nix-9999

Or alternatively:

emerge --autounmask-write -a =app-vim/vim-nix-9999

Package Information

Description:
vim plugin: Vim configuration files for Nix
Homepage:
https://github.com/LnL7/vim-nix
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
9999 7
View Raw Ebuild
# 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"

Inherited Eclasses