Kak-lsp is a Language Server Protocol client for Kakoune implemented
in Rust.
A Language Server Protocol (LSP) defines the protocol used between
an editor or IDE and a language server that provides language
features like auto complete, go to definition, find all references
etc.
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
===> The following configuration options are available for kakoune-lsp-18.1.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
To enable LSP support for configured languages just add following
commands to your kakrc:
eval %sh{
kak-lsp --config /usr/local/etc/kakoune-lsp/kak-lsp.toml \
--kakoune \
-s $kak_session
}
lsp-enable
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503