-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
[Feature Request] pass eval_js result to lua functions #1599
Comments
Hi, thanks for opening this issue. Unfortunately, |
Thank you for the detailed explanation! Firenvim already does its awesome job as a text editor in webpages. If |
So is there no way to get info about the page currently? |
What I tried to do
I was testing
firenvim#eval_js
on the browser to retrieve page informatino so that I can decide{extension}
in filename based on the result.Here is an example command when invoke in firenvim's homepage:
What happened
Neovim got nothing in
:message
, and the browser loggedIt looks like
eval_js
can only work with vimscript/functions/apis, and neovim's apis are not recognized. Support for neovim's apis/lua functions reduces the overhead of writing vimscript in lua config files. If this feature is not planned, maybe we can provide some examples for users who like to write some vimscript in lua config files?The text was updated successfully, but these errors were encountered: