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

vimPlugins.neovim-trunk: init at 2024-06-19 (#396621)

parents 890eec61 449fe1a4
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -9347,6 +9347,19 @@ final: prev: {
    meta.hydraPlatforms = [ ];
  };
  neovim-trunk = buildVimPlugin {
    pname = "neovim-trunk";
    version = "2024-06-19";
    src = fetchFromGitHub {
      owner = "trunk-io";
      repo = "neovim-trunk";
      rev = "835180d0cb2db4aa3a934daf65b1a56549018b94";
      sha256 = "086l7zf2k2p537a13zwivfkamfgpdkrfgq5r23y014s2x2jrh5dw";
    };
    meta.homepage = "https://github.com/trunk-io/neovim-trunk/";
    meta.hydraPlatforms = [ ];
  };
  neoyank-vim = buildVimPlugin {
    pname = "neoyank.vim";
    version = "2020-12-20";
+7 −0
Original line number Diff line number Diff line
@@ -2153,6 +2153,13 @@ in
    ];
  };

  neovim-trunk = super.neovim-trunk.overrideAttrs {
    dependencies = with self; [
      plenary-nvim
      telescope-nvim
    ];
  };

  nlsp-settings-nvim = super.nlsp-settings-nvim.overrideAttrs {
    dependencies = [ self.nvim-lspconfig ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -717,6 +717,7 @@ https://github.com/lawrence-laz/neotest-zig/,HEAD,
https://github.com/Shatur/neovim-ayu/,,
https://github.com/cloudhead/neovim-fuzzy/,,
https://github.com/jeffkreeftmeijer/neovim-sensible/,,
https://github.com/trunk-io/neovim-trunk/,HEAD,
https://github.com/Shougo/neoyank.vim/,,
https://github.com/preservim/nerdcommenter/,,
https://github.com/preservim/nerdtree/,,