Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 627 Bytes

Q#.vim

A Vim plugin that adds support for the Q# 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.