MartinWolke / lsp-julia

MIT License
5 stars 21 forks source link

Make lsp-mode wait long enough for Julia to startup #10

Closed non-Jedi closed 5 years ago

non-Jedi commented 6 years ago

lsp-mode has a tendency to give up on LanguageServer.jl responding before Julia has even finished starting up. By raising lsp-response-timeout to 30 seconds, we can actually get lsp-mode talking with the language server.