Vim plugin providing syntax highlighting and Unicode symbol completions (as snippets) for qalculate scripts.
There might be a lot of things missing. Issues and PRs are welcome.
Edit a file with an extension name of .qalc
, and it should start working out of the box.
For completions, you will need a snippet engine which can be any of:
Using vim-plug:
Plug 'iffse/qalculate.vim'
Using packer.nvim:
use 'iffse/qalculate.vim'
You may also want to use plugins that can enhance the REPL experience: