Unverified Commit 7970fb7f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 835490ba 0c505839
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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/,,