We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Being able to jump to require'd files would be really nice. Be aware of package.(c)path and runtimepath.
require
package.(c)path
runtimepath
For example, these cases should work:
zeroknight.config.highlight
lua/zeroknight/config/highlight.lua
zeroknight.config
lua/zeroknight/config.lua
lua/zeroknight/config/init.lua
The text was updated successfully, but these errors were encountered:
Or... maybe just rely on LSP go-to definition. Does it work in all cases?
Sorry, something went wrong.
No branches or pull requests
Being able to jump to
require
'd files would be really nice. Be aware ofpackage.(c)path
andruntimepath
.For example, these cases should work:
zeroknight.config.highlight
->lua/zeroknight/config/highlight.lua
zeroknight.config
->lua/zeroknight/config.lua
zeroknight.config
->lua/zeroknight/config/init.lua
The text was updated successfully, but these errors were encountered: