Disclaimer:
This plugin is in very early development. Features will change, and breaking changes may occur at any time. Use at your own risk.
Neovim plugin that allows you to try different plugins without ever changing your configuration.
Install using your favourite plugin manager.
{
"R-Camacho/sandbox.nvim",
opts = {},
}use { 'R-Camacho/sandbox.nvim' }Plug 'R-Camacho/sandbox.nvim'The main purpose of this plugin is to temporarily install and load a plugin. The sandbox is automatically cleaned when you close Neovim.
:SandboxTry <author/plugin-name>: Clones and loads a plugin from GitHub.:SandboxList: Lists all currently sandboxed plugins.:SandboxClean: Removes all sandboxed plugins.
For example, to try the telescope.nvim plugin, run:
:SandboxTry nvim-telescope/telescope.nvim
Planned features for future releases:
- Interactive UI for plugin management
- Plugin configuration support
MIT License. See LICENSE for details.