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
Just an idea neovim/neovim#6619
The text was updated successfully, but these errors were encountered:
if exists('*nvim_open_win') let s:bufid = bufnr('%') let s:opts = { \ 'relative': 'editor', \ 'row': 10, \ 'col': 20, \ } call nvim_open_win(s:bufid, v:true, 20, 10, s:opts) endif
It seems useful to display evaluation result near cursor like (spac)emacs.
Sorry, something went wrong.
Draft PR: #97 https://twitter.com/uochan/status/1101091700888367105
Closed by #102
No branches or pull requests
Just an idea
neovim/neovim#6619
The text was updated successfully, but these errors were encountered: