1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: vim-julia
Section: editors
Homepage: https://github.com/JuliaEditorSupport/julia-vim
# Upstream-Git: https://github.com/JuliaEditorSupport/julia-vim
Priority: optional
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/julia-team/vim-julia.git
Vcs-Browser: https://salsa.debian.org/julia-team/vim-julia
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), dh-vim-addon
Rules-Requires-Root: no
Package: vim-julia
Architecture: all
Depends: ${misc:Depends}, vim,
Description: Vim support for Julia language
An overview of some of the features:
* Latex-to-Unicode substitutions
* Block-wise movements and block text-objects
* Changing syntax highlighting depending on the Julia version
.
The full documentation is available from Vim: after installation,
you just need to type :help julia-vim.
.
To enable this vim addon, simply issue the following command:
$ vam install julia
|