mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
vimPlugins.nlsp-settings-nvim: init at 2022-12-15
This commit is contained in:
parent
b4ede260ab
commit
9b6e3dc631
@ -5301,6 +5301,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/zah/nim.vim/";
|
||||
};
|
||||
|
||||
nlsp-settings-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "nlsp-settings.nvim";
|
||||
version = "2022-12-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tamago324";
|
||||
repo = "nlsp-settings.nvim";
|
||||
rev = "3a32b1585c2af4b782074a2570b5d0c406a30914";
|
||||
sha256 = "0cv1c4z47ld0q0mw6fr49iymxa854ai2r1dkk6nwif1sl73hxz02";
|
||||
};
|
||||
meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/";
|
||||
};
|
||||
|
||||
nlua-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "nlua.nvim";
|
||||
version = "2021-12-14";
|
||||
|
@ -446,6 +446,7 @@ https://github.com/fiatjaf/neuron.vim/,,
|
||||
https://github.com/chr4/nginx.vim/,,
|
||||
https://github.com/EdenEast/nightfox.nvim/,,
|
||||
https://github.com/zah/nim.vim/,,
|
||||
https://github.com/tamago324/nlsp-settings.nvim/,main,
|
||||
https://github.com/tjdevries/nlua.nvim/,,
|
||||
https://github.com/mcchrish/nnn.vim/,,
|
||||
https://github.com/folke/noice.nvim/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user