-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
311 additions
and
181 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# Neovim Configuration Switcher | ||
Neovim Configuration Switcher (short `nvims`) is a CLI to easily switch between multiple Neovim configuration environments. | ||
|
||
## 🧭 Features | ||
- Use fuzzy search to switch between Neovim configurations | ||
- Add and remove Neovim configurations | ||
## 📦 Requirements | ||
- [rustup](https://rustup.rs) | ||
- [git](https://git-scm.com/downloads) | ||
- [Neovim](https://github.com/neovim/neovim/blob/master/INSTALL.md) | ||
- [fzf](https://github.com/junegunn/fzf) | ||
|
||
## 🔧 Installation | ||
|
||
### crates.io | ||
```sh | ||
cargo install nvim-switcher | ||
``` | ||
|
||
### GitHub | ||
```sh | ||
cargo install --git https://github.com/Nitestack/nvim-switcher | ||
``` | ||
|
||
## 🚀 Usage | ||
|
||
Use `nvims --help` to see all available options. | ||
|
||
## 📖 License | ||
This project is licensed under the Apache-2.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.