elixir-tools / elixir-tools.nvim

Neovim plugin for Elixir
MIT License
417 stars 31 forks source link

Did not receive workspace/didChangeConfiguration notification after 5 seconds #36

Closed st3fan closed 2 years ago

st3fan commented 2 years ago

Unclear if this actually means something relevant, but every time I start Neovim on an Elixir project, I get the following informational message:

LSP[elixirls][Info] Did not receive workspace/didChangeConfiguration notification
  after 5 seconds. Using default settings.

Maybe I should file this in the https://github.com/elixir-lsp/elixir-ls project instead?

mhanberg commented 2 years ago

let me try to reproduce, can you share nvim config with how you are setting up elixir.nvim?

st3fan commented 2 years ago

I only have require("elixir").setup() to set things up.

mhanberg commented 2 years ago

This is expected. The language server just sends this message if you don't send your own settings.

Not sure why, but it's not an issue with this plugin.