-
Notifications
You must be signed in to change notification settings - Fork 810
Add Programing/nvim-unity
#1528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -270,6 +272,10 @@ | |||
- [kiyoon/python-import.nvim](https://github.com/kiyoon/python-import.nvim) - Add Python import statements with Tree-sitter, LSP, and more. | |||
- [kiyoon/haskell-scope-highlighting.nvim](https://github.com/kiyoon/haskell-scope-highlighting.nvim) - Haskell syntax highlighting that considers variable scopes. Inspired from "Context Coloring" by prof. Douglas Crockford. | |||
|
|||
### Csharp | |||
|
|||
- [nvim-unity](https://github.com/apyra/nvim-unity) - Use Neovim as your default Unity editor with full LSP support via OmniSharp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[apyra/nvim-unity](https://github.com/apyra/nvim-unity)
@@ -18,6 +18,7 @@ | |||
- [Completion](#completion) | |||
- [AI](#ai) | |||
- [Programming Languages Support](#programming-languages-support) | |||
- [Csharp](#csharp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[C Sharp](#c-sharp)
@@ -270,6 +272,10 @@ | |||
- [kiyoon/python-import.nvim](https://github.com/kiyoon/python-import.nvim) - Add Python import statements with Tree-sitter, LSP, and more. | |||
- [kiyoon/haskell-scope-highlighting.nvim](https://github.com/kiyoon/haskell-scope-highlighting.nvim) - Haskell syntax highlighting that considers variable scopes. Inspired from "Context Coloring" by prof. Douglas Crockford. | |||
|
|||
### Csharp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### C Sharp
Also title should be
|
This PR adds the
nvim-unity
plugin under the Programing language / Csharp section.It improves Unity integration in Neovim by providing project awareness and quick access to Unity workflows.