You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting from a session file, e.g. nvim -S Session.vim, only the first buffer my cursor is in has the LSP attached. Moving to other buffers that were already opened by the session does not cause the LSP to attach, as confirmed by running :LspInfo in those buffers. This was not the case when I was just using nvim-lspconfig. The ElixirExpandMacro and other commands are also not set, so the elixir-tools.nvim autocommand is just not being run at all.
I can force the autocommand to run in these buffers with :edit!. But it would be nice for the LSP to attach to all of my session's buffers automatically, as it did when I was just using lspconfig.