1
1
Fork
You've already forked qalculate.vim
0
Syntax highlighting and symbol completions for qalculate scripts
  • Vim Snippet 52.9%
  • Vim Script 47.1%
2026年03月10日 15:10:59 +01:00
ftdetect Init 2022年12月13日 19:18:53 +01:00
ftplugin Init 2022年12月13日 19:18:53 +01:00
snippets feat: degree symbol 2026年03月10日 15:10:59 +01:00
syntax Match numbers before variables 2022年12月18日 14:30:52 +01:00
.gitattributes Init 2022年12月13日 19:18:53 +01:00
example.png Init 2022年12月13日 19:18:53 +01:00
README.md Init 2022年12月13日 19:18:53 +01:00

qalculate.vim

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.

example

Usage

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:

Installation

Using vim-plug:

Plug 'iffse/qalculate.vim'

Using packer.nvim:

use 'iffse/qalculate.vim'

Postscript

You may also want to use plugins that can enhance the REPL experience: