vimPlugins.neovim-fuzzy: init at 2018-11-15
This commit is contained in:
parent
cc768f7d1f
commit
1b42193d42
2 changed files with 12 additions and 0 deletions
|
@ -1827,6 +1827,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
neovim-fuzzy = buildVimPluginFrom2Nix {
|
||||
pname = "neovim-fuzzy";
|
||||
version = "2018-11-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "cloudhead";
|
||||
repo = "neovim-fuzzy";
|
||||
rev = "c177209678477d091ee4576e231c5b80b44514d0";
|
||||
sha256 = "069phpy1p8dindi6whddsb9x5zyw1adzsnv7br7q955hf6x9bxxj";
|
||||
};
|
||||
};
|
||||
|
||||
neovim-sensible = buildVimPluginFrom2Nix {
|
||||
pname = "neovim-sensible";
|
||||
version = "2017-09-20";
|
||||
|
|
|
@ -43,6 +43,7 @@ chrisgeo/sparkup
|
|||
chriskempson/base16-vim
|
||||
christoomey/vim-sort-motion
|
||||
christoomey/vim-tmux-navigator
|
||||
cloudhead/neovim-fuzzy
|
||||
CoatiSoftware/vim-sourcetrail
|
||||
cocopon/iceberg.vim
|
||||
ctjhoa/spacevim
|
||||
|
|
Loading…
Reference in a new issue