rust-tools.nvim
rust-tools.nvim copied to clipboard
Tools for better development in rust using neovim's builtin lsp
I am new to using this plugin for Rust development and I was particularly interested in using the shortcuts to run specific tests under the cursor. However, I am unsure...
Without this change, the standalone server does not start for me. See vim docs for `*VimEnter*`.
For complicated pattern matching, the type inlay might get a bit too long and does not fit in the screen (especially when horizontal split is used). It would be nice...
In https://github.com/simrat39/rust-tools.nvim/blob/master/lua/rust-tools/hover_range.lua#L26: When request() is called, no handler is passed. When calling rust_hover_range() I'm getting ``` Error executing vim.schedule lua callback: ...k/p/start/rust-tools.nvim/lua/rust-tools/utils/utils.lua:106: attempt to call upvalue 'fn' (a nil value)...
Add a source map for libstd; this allows stepping into the standard library source code while debugging. By setting an option in the configuration, users can choose to set up...
Inlay hints and diagnostics not updating when only_current_line_autocmd = "CursorMoved,CursorMovedI"
~Hi, this is more of a question regarding the current behaviour of rust-tools that I'm seeing. I'm unsure whether it is a bug or not.~ ~You can see below in...
# Aug 7 2022 - Major internal refactor. - Config changes: - tools.hover_with_actions --> Removed, [use keybind in on_attach instead.](https://github.com/simrat39/rust-tools.nvim#setup) - tools.autoSetHints --> tools.inlay_hints.auto - tools.inlay_hints.only_current_line_autocmd --> Removed, new inlay...
On several projects that I work on rust analyzer is configured to work using a vscode settings.json file in order to set project settings that without them renders rust analyzer...