vimPlugins.neovim-trunk: init at 2024-06-19 (#396621)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user