forked from Lainports/freebsd-ports
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
15 lines
233 B
Text
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
|
|
}
|
|
]
|