vimPlugins: return deleted plugins
Some plugins were added to `generated.nix` but not `vim-plugin-names`
This commit is contained in:
@@ -1162,6 +1162,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
aw-watcher-vim = buildVimPlugin {
|
||||
pname = "aw-watcher-vim";
|
||||
version = "2023-10-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ActivityWatch";
|
||||
repo = "aw-watcher-vim";
|
||||
rev = "4ba86d05a940574000c33f280fd7f6eccc284331";
|
||||
sha256 = "0kzpr2dgn80lcqbbf9ig6vx7azz6vbvadi31mxb0qyd91fyiidi3";
|
||||
};
|
||||
meta.homepage = "https://github.com/ActivityWatch/aw-watcher-vim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
awesome-vim-colorschemes = buildVimPlugin {
|
||||
pname = "awesome-vim-colorschemes";
|
||||
version = "2024-05-18";
|
||||
@@ -10006,6 +10019,32 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-java-refactor = buildVimPlugin {
|
||||
pname = "nvim-java-refactor";
|
||||
version = "2025-01-26";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-java";
|
||||
repo = "nvim-java-refactor";
|
||||
rev = "b51a57d862338999059e1d1717df3bc80a3a15c0";
|
||||
sha256 = "14akgf8z74c4crkmggmrlckn4av0a701kr0whvn5pq6phc718dns";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-java/nvim-java-refactor/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-java-test = buildVimPlugin {
|
||||
pname = "nvim-java-test";
|
||||
version = "2024-07-19";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-java";
|
||||
repo = "nvim-java-test";
|
||||
rev = "7f0f40e9c5b7eab5096d8bec6ac04251c6e81468";
|
||||
sha256 = "18jvkiy568i18r0cq0pyxjsispsvbbv40niyj98dlc04dzx618ba";
|
||||
};
|
||||
meta.homepage = "https://github.com/nvim-java/nvim-java-test/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
nvim-jdtls = buildVimPlugin {
|
||||
pname = "nvim-jdtls";
|
||||
version = "2025-02-13";
|
||||
|
||||
@@ -88,6 +88,7 @@ https://github.com/m4xshen/autoclose.nvim/,HEAD,
|
||||
https://github.com/gaoDean/autolist.nvim/,,
|
||||
https://github.com/vim-scripts/autoload_cscope.vim/,,
|
||||
https://github.com/nullishamy/autosave.nvim/,HEAD,
|
||||
https://github.com/ActivityWatch/aw-watcher-vim/,HEAD,
|
||||
https://github.com/rafi/awesome-vim-colorschemes/,,
|
||||
https://github.com/AhmedAbdulrahman/aylin.vim/,,
|
||||
https://github.com/ayu-theme/ayu-vim/,,
|
||||
@@ -767,6 +768,8 @@ https://github.com/idanarye/nvim-impairative/,HEAD,
|
||||
https://github.com/nvim-java/nvim-java/,HEAD,
|
||||
https://github.com/nvim-java/nvim-java-core/,HEAD,
|
||||
https://github.com/nvim-java/nvim-java-dap/,HEAD,
|
||||
https://github.com/nvim-java/nvim-java-refactor/,HEAD,
|
||||
https://github.com/nvim-java/nvim-java-test/,HEAD,
|
||||
https://github.com/mfussenegger/nvim-jdtls/,,
|
||||
https://github.com/gennaro-tedesco/nvim-jqx/,,
|
||||
https://github.com/ethanholz/nvim-lastplace/,HEAD,
|
||||
|
||||
Reference in New Issue
Block a user