mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
Merge pull request #139452 from Enzime/add/vscode-neovim
vsce/asvetliakov.vscode-neovim: init at 0.0.82
This commit is contained in:
commit
f9f536c7d4
@ -194,6 +194,18 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
asvetliakov.vscode-neovim = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-neovim";
|
||||
publisher = "asvetliakov";
|
||||
version = "0.0.82";
|
||||
sha256 = "17f0jzg9vdbqdjnnc5i1q28ij2kckvvxi7fw9szmyy754f074jb1";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
ms-python.vscode-pylance = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "vscode-pylance";
|
||||
|
Loading…
Reference in New Issue
Block a user