Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitestack/nvim-switcher
A PowerShell module to easily switch between multiple Neovim configuration environments
https://github.com/nitestack/nvim-switcher
Last synced: about 1 month ago
JSON representation
A PowerShell module to easily switch between multiple Neovim configuration environments
- Host: GitHub
- URL: https://github.com/nitestack/nvim-switcher
- Owner: Nitestack
- License: apache-2.0
- Archived: true
- Created: 2023-10-22T16:31:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-17T21:40:19.000Z (11 months ago)
- Last Synced: 2024-04-23T22:19:38.692Z (7 months ago)
- Language: PowerShell
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neovim Configuration Switcher
Neovim Switcher is a utility PowerShell module for switching between different Neovim configuration environments.
## 🛠️ Installation
### Windows (Powershell)
#### Clone the repository
```pwsh
git clone --depth 1 https://github.com/Nitestack/Nvim-Switcher $env:USERPROFILE\Documents\PowerShell\Modules\Nvim-Switcher
```#### Include it in your PowerShell config:
```pwsh
Import-Module Nvim-Switcher
```## 📖 Documentation
### Commands
- `nvims` or `nvs`: Select configuration to start Neovim with
- `nvims-add` or `nvs-add`: Download a Neovim configuration
- `nvims-del` or `nvs-del`: Uninstalls a Neovim configuration
- `nvims-c` or `nvc`: Configure a Neovim configuration