vimPlugins.visual-whitespace-nvim: init at 2025-03-31 (#395337)

This commit is contained in:
Gaétan Lepage
2025-04-02 08:27:59 +02:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -20882,6 +20882,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
visual-whitespace-nvim = buildVimPlugin {
pname = "visual-whitespace.nvim";
version = "2025-03-31";
src = fetchFromGitHub {
owner = "mcauley-penney";
repo = "visual-whitespace.nvim";
rev = "2bdf159a49a8ed4e715b81d6e0f975dcc1751c53";
sha256 = "1s5iifvwznpf1dflp6y604khrmpkwx49nnv7xmm2c1jbwn0l5nyl";
};
meta.homepage = "https://github.com/mcauley-penney/visual-whitespace.nvim/";
meta.hydraPlatforms = [ ];
};
vs-tasks-nvim = buildVimPlugin {
pname = "vs-tasks.nvim";
version = "2025-03-17";
@@ -1602,6 +1602,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/mcauley-penney/visual-whitespace.nvim/,HEAD,
https://github.com/EthanJWright/vs-tasks.nvim/,HEAD,
https://github.com/Mofiqul/vscode.nvim/,,
https://github.com/dylanaraps/wal.vim/,,