A Vim plugin that adds support for the Q# programming language -- file detection and syntax highlighting.
- 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.
- Add
- vim-plug:
- Add
Plug 'gootorov/q-sharp.vim'
to vim configuration file (usually~/.vimrc
). - Re-open vim.
- Add
Any contributions are welcome.
Licensed under the MIT license. See LICENSE.md.