vimPlugins.vs-tasks-nvim: init at 2025-03-17 (#393793)
This commit is contained in:
@@ -20761,6 +20761,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
vs-tasks-nvim = buildVimPlugin {
|
||||
pname = "vs-tasks.nvim";
|
||||
version = "2025-03-17";
|
||||
src = fetchFromGitHub {
|
||||
owner = "EthanJWright";
|
||||
repo = "vs-tasks.nvim";
|
||||
rev = "f0a10214ca3856fb4387db4f11acbaafa9ed3515";
|
||||
sha256 = "0k00n8p9cy2g98a8g5dg9c67sa0hx1shjj0hhpw8yac4rj5dbgdl";
|
||||
};
|
||||
meta.homepage = "https://github.com/EthanJWright/vs-tasks.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
vscode-nvim = buildVimPlugin {
|
||||
pname = "vscode.nvim";
|
||||
version = "2025-03-26";
|
||||
|
||||
@@ -3727,6 +3727,13 @@ in
|
||||
nvimSkipModules = "virt-column.config.types";
|
||||
};
|
||||
|
||||
vs-tasks-nvim = super.vs-tasks-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
plenary-nvim
|
||||
telescope-nvim
|
||||
];
|
||||
};
|
||||
|
||||
which-key-nvim = super.which-key-nvim.overrideAttrs {
|
||||
nvimSkipModules = [ "which-key.docs" ];
|
||||
};
|
||||
|
||||
@@ -1593,6 +1593,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/EthanJWright/vs-tasks.nvim/,HEAD,
|
||||
https://github.com/Mofiqul/vscode.nvim/,,
|
||||
https://github.com/dylanaraps/wal.vim/,,
|
||||
https://github.com/mattn/webapi-vim/,,
|
||||
|
||||
Reference in New Issue
Block a user