roslyn.nvim icon indicating copy to clipboard operation
roslyn.nvim copied to clipboard

New files not getting picked up by LSP

Open jakobkhansen opened this issue 3 months ago • 1 comments

Hello,

this plugin works great, the only issue I am having is that creating a new file requires me to restart Neovim in order for Roslyn to pick up the new file. Creating files with either :e Filename or Neotree plugin seems to not work. I believe Neovim needs to fire some sort of didCreate event to the LSP server, not sure if that is happening. It seems like the Roslyn LSP attaches to the new buffer, but no LSP capabilities are working (diagnostics, hover, etc). Is there any way to fix this?

jakobkhansen avatar Mar 12 '24 10:03 jakobkhansen