vimPlugins.vscode-nvim: init at 2023-12-21

This commit is contained in:
Gutyina Gergő 2024-01-04 11:41:36 +01:00 committed by Matthieu Coudron
parent 47d52594a2
commit c8b6579690
2 changed files with 13 additions and 0 deletions

View File

@ -15782,6 +15782,18 @@ final: prev:
meta.homepage = "https://github.com/liuchengxu/vista.vim/";
};
vscode-nvim = buildVimPlugin {
pname = "vscode.nvim";
version = "2023-12-21";
src = fetchFromGitHub {
owner = "Mofiqul";
repo = "vscode.nvim";
rev = "39841d05ab4a5c03ea0985196b9f3dfa48d83411";
sha256 = "1xnfvyc1996c0vkpvqc1f4ys0wklq4f4k0lv557zfwmp96dl6x8f";
};
meta.homepage = "https://github.com/Mofiqul/vscode.nvim/";
};
wal-vim = buildVimPlugin {
pname = "wal.vim";
version = "2020-11-08";

View File

@ -1330,6 +1330,7 @@ https://github.com/jubnzv/virtual-types.nvim/,HEAD,
https://github.com/vim-scripts/vis/,,
https://github.com/navicore/vissort.vim/,,
https://github.com/liuchengxu/vista.vim/,,
https://github.com/Mofiqul/vscode.nvim/,,
https://github.com/dylanaraps/wal.vim/,,
https://github.com/mattn/webapi-vim/,,
https://github.com/DingDean/wgsl.vim/,HEAD,