https://github.com/hrai/open-in-neovim
An extension to open current file in NeoVim from VS
https://github.com/hrai/open-in-neovim
visual-studio visual-studio-extension
Last synced: 5 months ago
JSON representation
An extension to open current file in NeoVim from VS
- Host: GitHub
- URL: https://github.com/hrai/open-in-neovim
- Owner: hrai
- License: apache-2.0
- Created: 2021-12-14T09:37:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T22:42:13.000Z (over 4 years ago)
- Last Synced: 2025-06-09T04:04:29.126Z (about 1 year ago)
- Topics: visual-studio, visual-studio-extension
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Open In Neovim
A Visual Studio extension that adds a menu command that lets you open a solution, project, folder or file in Neovim.
Download the extension from the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=HRai.openinneovim).
## Prerequisite
In order to use this extension, you must have Visual Studio 2022+ as well as Neovim installed.
## Solution Explorer
You can open any solution, project, folder, or file in Neovim by simply right-clicking it in Solution Explorer and selecting **Open In Neovim**.

## Path to nvim-qt.exe
If you installed Neovim to a non-default location, a prompt will ask for the path to _nvim-qt.exe_.
You can always change the location in **Tools -> Options -> VsVim -> Open In Neovim**.

## How to contribute?
### Sponsor
- [Donate/Sponsor](https://github.com/sponsors/hrai) the project
### Raise issues
- Please feel free to raise issues
- PRs are welcome! :)