mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 05:14:45 +00:00
vscode-extensions.asvetliakov.vscode-neovim: 0.0.97 -> 0.8.2
This commit is contained in:
parent
3b55340933
commit
5ee4a4454f
@ -343,11 +343,16 @@ let
|
||||
mktplcRef = {
|
||||
name = "vscode-neovim";
|
||||
publisher = "asvetliakov";
|
||||
version = "0.0.97";
|
||||
sha256 = "sha256-rNGW8WB3jBSjThiB0j4/ORKMRAaxFiMiBfaa+dbGu/w=";
|
||||
version = "0.8.2";
|
||||
sha256 = "0kw9asv91s37ql61blbb8pr7wb6c2ba1klchal53chp6ib55v5kn";
|
||||
};
|
||||
meta = {
|
||||
changelog = "https://marketplace.visualstudio.com/items/asvetliakov.vscode-neovim/changelog";
|
||||
description = "Vim-mode for VS Code using embedded Neovim";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim";
|
||||
license = lib.licenses.mit;
|
||||
homepage = "https://github.com/vscode-neovim/vscode-neovim";
|
||||
maintainers = [ lib.maintainers.mikaelfangel ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user