https://github.com/zak-grumbles/slnvim
Neovim plugin for working with Visual Studio Solutions/Projects
https://github.com/zak-grumbles/slnvim
neovim vim visualstudio
Last synced: about 2 months ago
JSON representation
Neovim plugin for working with Visual Studio Solutions/Projects
- Host: GitHub
- URL: https://github.com/zak-grumbles/slnvim
- Owner: zak-grumbles
- License: mit
- Created: 2025-01-09T13:01:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T14:09:43.000Z (over 1 year ago)
- Last Synced: 2025-03-15T09:27:57.523Z (over 1 year ago)
- Topics: neovim, vim, visualstudio
- Language: Lua
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLNVIM
Neovim plugin that adds some commands for working in visual studio projects
This is a work in progress and may not yet be stable or fully functional.
## Dependencies
- [nui](https://github.com/MunifTanjim/nui.nvim) for UI
## Installation
I highly recommend using a package manager.
### Plug
`Plug 'zak-grumbles/slnvim'`
## Usage
_Commands marked with a `*` should be assumed to be unstable or not functional_
| Command | Description |
| -------------- | --------------------------------------------------- |
| `:SLNInit` | Prompts the user to select a solution file to load. |
| `:SLNBuild` | Prompts the user to select a project to build. |
| `:SLNLoad`* | Loads the `.slnvim.toml` fild if found. |
| `:SLNRun`* | **TODO** |
| `:SLNBuildAll` | Builds the entire solution. |