ALEGoToDefinition does nothing #4228
Replies: 3 comments
-
Output of ALEInfo would allow others to help. What language you are working on and what LSPs you are using? |
Beta Was this translation helpful? Give feedback.
-
I'm using this in Ruby (new to Ruby fwiw), and using
|
Beta Was this translation helpful? Give feedback.
-
Rubocop is not a LSP so these functions won't work. You will need to install and configure solargraph to get this functionality. Note that solargraph requires some pre-configuration before it can work properly so make sure to read configuration, scanning, and if using rails also read the section on rails setup. |
Beta Was this translation helpful? Give feedback.
-
I installed my standard .vimrc on a new laptop (macbook pro running Monterey 12.2.1), and for some reason Ale's ALEGoToDefinition isn't working.
When I call the command, it just doesn't do anything at all.
My .vimrc looks like this:
Beta Was this translation helpful? Give feedback.
All reactions