diff options
| author | "rowan amber-jones" <"roarch@proton.me"> | 2025-08-10 12:06:03 +0100 |
|---|---|---|
| committer | "rowan amber-jones" <"roarch@proton.me"> | 2025-08-10 12:06:03 +0100 |
| commit | 9d25a4d0e4c56f5d4067dd8033e4c138a7b96251 (patch) | |
| tree | 23b491ae0ad1254961f4179cdd59be2513786f5d | |
| parent | pinentry: 1.3.1 -> 1.3.2 (#432179) (diff) | |
| download | nixpkgs-9d25a4d0e4c56f5d4067dd8033e4c138a7b96251.tar.gz | |
vimPlugins.workspaces-nvim: init at 2024-10-08
| -rw-r--r-- | pkgs/applications/editors/vim/plugins/generated.nix | 13 | ||||
| -rw-r--r-- | pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 1381f27574d3..d5821263522f 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index e3d3bc31cb84..019bd27b819a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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, |
