freebsd-ports/editors/kakoune-lsp/files/pkg-message.in
Mikael Urankar 6be4141f6d editor/kakoune-lsp: Rename and update to 16.0.0
Upstream is now called kakoune-lsp, change the package name
and github URL accordingly.

Changes:
  https://github.com/kakoune-lsp/kakoune-lsp/releases/tag/v16.0.0
2024-03-17 11:41:23 +01:00

15 lines
233 B
Text

[
{ type: install
message: <<EOM
To enable LSP support for configured languages just add following
commands to your kakrc:
eval %sh{
kak-lsp --config %%ETCDIR%%/kak-lsp.toml \
--kakoune \
-s $kak_session
}
lsp-enable
EOM
}
]