LunarVim / Launch.nvim

🚀 Launch.nvim is modular starter for Neovim.
GNU General Public License v3.0
2k stars 474 forks source link

Can't get LSP-related keybinds to work in Rust buffers while using `rust-analyzer`. #132

Closed zeroDivisible closed 1 year ago

zeroDivisible commented 1 year ago

Hi there. I tried installing rust-analyzer (through Mason) and adding it to servers in init.lua (as "rust_analyzer", with an underscore).

Would I be right saying that after doing this, I should expect having the LSP related keybinds defined in Rust buffers? LSP works overall and I know that because I can manually call i.e. :lua vim.lsp.buf.references(). However, the keybinds are not getting defined and I'm unsure if I'm missing some setup here.

Rishabh672003 commented 1 year ago

well they work for me

https://github.com/LunarVim/nvim-basic-ide/assets/53911515/78d0393d-e059-4800-bf5a-f42dab6dcb43

Rishabh672003 commented 1 year ago

show me a way to reproduce your issue

Rishabh672003 commented 1 year ago

closing this as i got no reply, reopen if you want