fix: add root pattern for racket_languageserver
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b2cc90000f
commit
1b58a82ad1
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ lspconfig.java_language_server.setup {
|
|||
lspconfig.racket_langserver.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
root_dir = lspconfig.util.root_pattern(
|
||||
'main.rkt'
|
||||
)
|
||||
}
|
||||
|
||||
lspconfig.ocamllsp.setup {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue