Skip to content

R-Camacho/sandbox.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sandbox.nvim

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.

Installation

Install using your favourite plugin manager.

{
  "R-Camacho/sandbox.nvim",
  opts = {},
}
use { 'R-Camacho/sandbox.nvim' }
Plug 'R-Camacho/sandbox.nvim'

Usage

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

Roadmap

Planned features for future releases:

  • Interactive UI for plugin management
  • Plugin configuration support

License

MIT License. See LICENSE for details.

About

Effortlessly try new neovim plugins

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages