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

vimPlugins.syntax-tree-surfer: init at 2023-10-06 (#340744)

parents fa583c73 c5e664b7
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -11303,6 +11303,18 @@ final: prev:
    meta.homepage = "https://github.com/vim-syntastic/syntastic/";
  };
  syntax-tree-surfer = buildVimPlugin {
    pname = "syntax-tree-surfer";
    version = "2023-10-06";
    src = fetchFromGitHub {
      owner = "ziontee113";
      repo = "syntax-tree-surfer";
      rev = "732ea6d0f868bcccd2f526be73afa46997d5a2fb";
      sha256 = "0x7kpmxq3n8531ca2bz506swww92wd3x16d125wrk54rxp1lv1cd";
    };
    meta.homepage = "https://github.com/ziontee113/syntax-tree-surfer/";
  };
  tabby-nvim = buildVimPlugin {
    pname = "tabby.nvim";
    version = "2024-07-31";
+5 −0
Original line number Diff line number Diff line
@@ -1709,6 +1709,11 @@
      };
    };

  syntax-tree-surfer = super.syntax-tree-surfer.overrideAttrs {
    dependencies = with self; [ nvim-treesitter ];
    meta.maintainers = with lib.maintainers; [ callumio ];
  };

  taskwarrior3 = buildVimPlugin {
    inherit (taskwarrior3) version pname;
    src = "${taskwarrior3.src}/scripts/vim";
+1 −0
Original line number Diff line number Diff line
@@ -949,6 +949,7 @@ https://github.com/keith/swift.vim/,,
https://github.com/AndrewRadev/switch.vim/,,
https://github.com/simrat39/symbols-outline.nvim/,,
https://github.com/vim-syntastic/syntastic/,,
https://github.com/ziontee113/syntax-tree-surfer/,HEAD,
https://github.com/nanozuki/tabby.nvim/,HEAD,
https://github.com/kdheepak/tabline.nvim/,,
https://github.com/vim-scripts/tabmerge/,,