Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gootorov/q-sharp.vim
- Owner: gootorov
- License: mit
- Created: 2019-03-21T15:51:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T15:51:43.000Z (over 5 years ago)
- Last Synced: 2024-04-23T16:37:51.224Z (6 months ago)
- Topics: qdk, qsharp, quantum
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-qsharp - Vim
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).