mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
vimPlugins.nvim-lastplace: init at 2021-10-15
This commit is contained in:
parent
e5a1277cf6
commit
7762092a32
@ -5074,6 +5074,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/gennaro-tedesco/nvim-jqx/";
|
meta.homepage = "https://github.com/gennaro-tedesco/nvim-jqx/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-lastplace = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-lastplace";
|
||||||
|
version = "2021-10-15";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "ethanholz";
|
||||||
|
repo = "nvim-lastplace";
|
||||||
|
rev = "30fe710d4417cc67950bbce6b2ec2ac0ff430e12";
|
||||||
|
sha256 = "04sjh0srlv0yxc8x27yaj9cpfaz0dd116nk5pccam84fk8v3bw1h";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/ethanholz/nvim-lastplace/";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-lightbulb = buildVimPluginFrom2Nix {
|
nvim-lightbulb = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-lightbulb";
|
pname = "nvim-lightbulb";
|
||||||
version = "2022-06-08";
|
version = "2022-06-08";
|
||||||
|
@ -427,6 +427,7 @@ https://github.com/kevinhwang91/nvim-hlslens/,,
|
|||||||
https://github.com/neovimhaskell/nvim-hs.vim/,,
|
https://github.com/neovimhaskell/nvim-hs.vim/,,
|
||||||
https://github.com/mfussenegger/nvim-jdtls/,,
|
https://github.com/mfussenegger/nvim-jdtls/,,
|
||||||
https://github.com/gennaro-tedesco/nvim-jqx/,,
|
https://github.com/gennaro-tedesco/nvim-jqx/,,
|
||||||
|
https://github.com/ethanholz/nvim-lastplace/,HEAD,
|
||||||
https://github.com/kosayoda/nvim-lightbulb/,,
|
https://github.com/kosayoda/nvim-lightbulb/,,
|
||||||
https://github.com/josa42/nvim-lightline-lsp/,,
|
https://github.com/josa42/nvim-lightline-lsp/,,
|
||||||
https://github.com/mfussenegger/nvim-lint/,,
|
https://github.com/mfussenegger/nvim-lint/,,
|
||||||
|
Loading…
Reference in New Issue
Block a user