workspaces.nvim

a simple plugin to manage workspace directories in neovim

MIT License

Stars
311
Committers
12

Bot releases are visible (Hide)

workspaces.nvim - 1.0 Latest Release

Published by natecraddock over 2 years ago

This plugin has been stable (no reported issues!) for many months now, so I think it is time to mark a version 1.0.

This release finally removes the old (and deprecated) API in favor of the new API with four separate commands. You likely were already using this because the API would have warned you each time you used the old one :)

I do not expect to add any new features to this plugin. It is meant to be simple, and extensible by integrating with other solutions. Over the months of using it I have not found any areas lacking.

I still use this plugin, and will support it in the future. It is simple enough in scope and size that it will not be hard to maintain.

workspaces.nvim - 0.2

Published by natecraddock over 2 years ago

Version 0.2 adds a number of new features to make workspaces.nvim more configurable. Additionally, the Workspaces [subcommand] command api has been deprecated and will be removed in version 1.0.

See the changelog for more details.

workspaces.nvim - v0.1

Published by natecraddock over 2 years ago

Currently workspaces.nvim works, is stable, and probably won't change much. I have used this plugin for a week now, and I'll continue to use it for a few weeks. At that point I will hopefully have found any remaining bugs or needed features.

Once that time comes I will likely release v1.0. I don't expect any breaking changes between now and then, but once v1.0 the plugin should be very stable. I purposefully kept workspaces.nvim small, focused, and extendible so I wouldn't need to add new features later.