vimPlugins.neoscroll-nvim: init at 2021-07-23
This commit is contained in:
parent
905cd7ce87
commit
d612a2ff7f
2 changed files with 13 additions and 0 deletions
|
@ -3250,6 +3250,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/vhyrro/neorg/";
|
meta.homepage = "https://github.com/vhyrro/neorg/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
neoscroll-nvim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "neoscroll-nvim";
|
||||||
|
version = "2021-07-23";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "karb94";
|
||||||
|
repo = "neoscroll.nvim";
|
||||||
|
rev = "bc1dc90b6697931fca5e19fdc4c2fa43d944269f";
|
||||||
|
sha256 = "1ji348kp4w77dhw7byfqrdyv1z7xwn7dx54y1nvclpbbj36ya9wk";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/karb94/neoscroll.nvim/";
|
||||||
|
};
|
||||||
|
|
||||||
neosnippet-snippets = buildVimPluginFrom2Nix {
|
neosnippet-snippets = buildVimPluginFrom2Nix {
|
||||||
pname = "neosnippet-snippets";
|
pname = "neosnippet-snippets";
|
||||||
version = "2021-05-05";
|
version = "2021-05-05";
|
||||||
|
|
|
@ -299,6 +299,7 @@ kana/vim-operator-user
|
||||||
kana/vim-tabpagecd
|
kana/vim-tabpagecd
|
||||||
kana/vim-textobj-function
|
kana/vim-textobj-function
|
||||||
kana/vim-textobj-user
|
kana/vim-textobj-user
|
||||||
|
karb94/neoscroll.nvim
|
||||||
kassio/neoterm
|
kassio/neoterm
|
||||||
kbenzie/vim-spirv
|
kbenzie/vim-spirv
|
||||||
kchmck/vim-coffee-script
|
kchmck/vim-coffee-script
|
||||||
|
|
Loading…
Reference in a new issue