Update kak-lsp support for scala
This commit is contained in:
parent
d4b20dc00e
commit
5c8c02915c
2 changed files with 16 additions and 13 deletions
|
@ -131,14 +131,6 @@ hook global WinSetOption filetype=(typst) %{
|
|||
hook -once -always window WinSetOption filetype=.* %{ remove-hooks window markdown-.+ }
|
||||
}
|
||||
|
||||
define-command -params 0 -docstring "Set up build" scala-build-connect %{
|
||||
lsp-execute-command 'build-connect' '"[]"'
|
||||
}
|
||||
|
||||
define-command -params 0 -docstring "Import build" scala-build-import %{
|
||||
lsp-execute-command 'build-import' '"[]"'
|
||||
}
|
||||
|
||||
def -hidden insert-c-n %{
|
||||
try %{
|
||||
lsp-snippets-select-next-placeholders
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue