Merge pull request #116845 from plabadens/vim-plugins

vimPlugins.nnn-vim: init at 2021-02-28
This commit is contained in:
Sandro 2021-03-19 18:12:19 +01:00 committed by GitHub
commit 8ff0b15fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -2926,6 +2926,18 @@ let
meta.homepage = "https://github.com/tjdevries/nlua.nvim/";
};
nnn-vim = buildVimPluginFrom2Nix {
pname = "nnn-vim";
version = "2021-02-28";
src = fetchFromGitHub {
owner = "mcchrish";
repo = "nnn.vim";
rev = "edfc91e1189a36a5f0d5438d7f9c575571f759fa";
sha256 = "11dzqhd2kp537ig8zcny0j56644mmrgygiw3wvfh1ly9gb9l2r9f";
};
meta.homepage = "https://github.com/mcchrish/nnn.vim/";
};
nord-vim = buildVimPluginFrom2Nix {
pname = "nord-vim";
version = "2020-07-06";

View File

@ -345,6 +345,7 @@ maximbaz/lightline-ale
MaxMEllon/vim-jsx-pretty
mbbill/undotree
mboughaba/i3config.vim
mcchrish/nnn.vim
megaannum/forms
megaannum/self
mengelbrecht/lightline-bufferline