prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.07k stars 303 forks source link

Restart the lsp server can not work. #1542

Open Aromate opened 4 months ago

Aromate commented 4 months ago

When add new file to cargo project, at src/bin/xxx.rs. I need to restart the lsp server, to make rust-analyzer receive the new file.

I find this, but can not use.

how to restart the lsp server

when i stop the lsp server, the lsp server will auto restart , like this, but i receive this: image