Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gootorov/q-sharp.vim

Vim support for the Q# programming language.
https://github.com/gootorov/q-sharp.vim

qdk qsharp quantum

Last synced: 3 months ago
JSON representation

Vim support for the Q# programming language.

Awesome Lists containing this project

README

        

## Q\#.vim
#####
A Vim plugin that adds support for the [Q#](https://docs.microsoft.com/en-us/quantum/language/?view=qsharp-preview) programming language -- file detection and syntax highlighting.

## Installation
* dein.vim:
* Add `call dein#add('gootorov/q-sharp.vim')` to vim configuration file (usually `~/.config/nvim/init.vim`).
* Execute `:call dein#install()` in vim.
* vim-plug:
* Add `Plug 'gootorov/q-sharp.vim'` to vim configuration file (usually `~/.vimrc`).
* Re-open vim.

## Contributing
Any contributions are welcome.

## License
Licensed under the MIT license. See [LICENSE.md](./LICENSE.md).