vimPlugins.workspaces-nvim: init at 2024-10-08 (#432480)

This commit is contained in:
Austin Horstman
2025-08-10 10:46:20 -05:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -21974,6 +21974,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
workspaces-nvim = buildVimPlugin {
pname = "workspaces.nvim";
version = "2024-10-08";
src = fetchFromGitHub {
owner = "natecraddock";
repo = "workspaces.nvim";
rev = "55a1eb6f5b72e07ee8333898254e113e927180ca";
sha256 = "143xzg60yiw1aam7sc5rva9bzzmshfzpm2sacimwr8188qsz8xvb";
};
meta.homepage = "https://github.com/natecraddock/workspaces.nvim/";
meta.hydraPlatforms = [ ];
};
wrapping-nvim = buildVimPlugin {
pname = "wrapping.nvim";
version = "2025-01-16";
@@ -1687,6 +1687,7 @@ https://github.com/sindrets/winshift.nvim/,,
https://github.com/wannesm/wmgraphviz.vim/,,
https://github.com/vim-scripts/wombat256.vim/,,
https://github.com/lukaszkorecki/workflowish/,,
https://github.com/natecraddock/workspaces.nvim/,HEAD,
https://github.com/andrewferrier/wrapping.nvim/,HEAD,
https://github.com/tweekmonster/wstrip.vim/,,
https://github.com/piersolenski/wtf.nvim/,HEAD,