Replies: 1 comment 2 replies
-
Hey 👋 Tags are not an LSP feature. You need a specialised tool like rusty-tags to generate them. If you don't want to see that error message when the is no tag file and no LSP definition, set up a keymap for See also the tip box in the quick setup section of this plugin's readme. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I set up rustaceanvim with as basic a config as I could and it seemed to work fine. I get warnings, and hints and code completion works.
Next I wanted to add some key bindings but I realized I didn't know what commands to bind keys to, so I found this rust-analyzer link and found that <C-]> should jump to the definition of the thing under the cursor but instead I get "Error: E433: No tags file". Clearly, I'm missing something. I did some googling on tags and found talk of exuberant-tags and similar but that I don't have that installed on my Debian based system.
Interestingly, to me at least, <C-]> works in a C++ file.
Can someone tell me what config options I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions