An open API service indexing awesome lists of open source software.

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

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**.

![Context menu](art/context-menu.png)

## 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**.

![Options](art/options.png)

## How to contribute?

### Sponsor

- [Donate/Sponsor](https://github.com/sponsors/hrai) the project

### Raise issues

- Please feel free to raise issues
- PRs are welcome! :)