Vim (not maintained anymore)
A minimal Vim mode is provided to edit Lambdapi files. It provides syntax highlighting and abbreviations to enter unicode characters. It does not provide support for the LSP server yet.
Installation
Installing from sources
The Vim mode can be installed using the command
make install_vimin thelambdapirepository.
Installing with Opam
If Lambdapi is installed with Opam or using
dune buildfrom the sources, then the lineset rtp+=~/.opam/$OPAM_SWITCH_PREFIX/share/vimmust be added to the Vim configuration file (
~/.vimrcfor Vim,~/.config/nvim/init.vimfor NeoVim).