-
-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gf doesn't work for partials for me? #602
Comments
Mine is doing this too, after switching to using LazyVim and updating my config to use lua. :) I'm still working on figuring it out - but I'll update this here if I have any luck |
Update: It looks like If I disable it, |
Agreed -> nvim-treesitter seems to break the |
Potentially related: nvim-treesitter/nvim-treesitter#6187 |
My |
UPDATED: set
|
Hi everybody,
I have a strange thing, gf works fine for me e.g. when in a Controller, it jumps to the model, when I have a partial, it jumps to the partial.
But when I render something from layout, it doesnt work:
<%= render 'layouts/search' %>
gf on layouts/search doesn't work. All I get is E345: Can't fnd file "layouts/search" in path …
Yes, I have seen other issues and therefore it should be working but I don't know why it doesn't. Any idea?
The text was updated successfully, but these errors were encountered: