Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chtenb/vim-csharp-compiler-plugin
A csharp compiler plugin for VIM.
https://github.com/chtenb/vim-csharp-compiler-plugin
Last synced: 24 days ago
JSON representation
A csharp compiler plugin for VIM.
- Host: GitHub
- URL: https://github.com/chtenb/vim-csharp-compiler-plugin
- Owner: chtenb
- Created: 2013-04-27T10:20:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-27T07:30:00.000Z (about 11 years ago)
- Last Synced: 2023-06-15T14:31:24.958Z (over 1 year ago)
- Language: VimL
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NOTE: this plugin is currently added to vim's source. It is not needed to install this manually, if you have an up-to-date vim version.
vim-csharp-compiler-plugin
==========================A C# compiler plugin for VIM.
There are two compilers supported.
* `msbuild`, the Microsoft .NET compiler for building C# projects.
* `xbuild`, the mono equivalent of `msbuild`.Load the compiler plugin of your choice in vim like `:compiler xbuild`.