vimPlugins.lightspeed-nvim: init at 2021-06-16
This commit is contained in:
parent
b7b076a808
commit
05d30b3131
@ -2542,6 +2542,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/itchyny/lightline.vim/";
|
||||
};
|
||||
|
||||
lightspeed-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "lightspeed-nvim";
|
||||
version = "2021-06-16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ggandor";
|
||||
repo = "lightspeed.nvim";
|
||||
rev = "2c9ee4d31c84835e0d929a98d9142ac9e3e9dc0c";
|
||||
sha256 = "0hc0xis0zgikf8mlsvqrn2vqjq6v1sscfihd8895wrz0hnzcmn8s";
|
||||
};
|
||||
meta.homepage = "https://github.com/ggandor/lightspeed.nvim/";
|
||||
};
|
||||
|
||||
limelight-vim = buildVimPluginFrom2Nix {
|
||||
pname = "limelight-vim";
|
||||
version = "2020-10-13";
|
||||
|
@ -158,6 +158,7 @@ gennaro-tedesco/nvim-peekup
|
||||
gentoo/gentoo-syntax
|
||||
GEverding/vim-hocon
|
||||
gfanto/fzf-lsp.nvim@main
|
||||
ggandor/lightspeed.nvim@main
|
||||
gibiansky/vim-textobj-haskell
|
||||
gioele/vim-autoswap
|
||||
gleam-lang/gleam.vim
|
||||
|
Loading…
Reference in New Issue
Block a user