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.
Hi there. I tried installing
rust-analyzer
(throughMason
) 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.