Skip to content
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

Floating window support for neovim #96

Closed
liquidz opened this issue Feb 27, 2019 · 3 comments
Closed

Floating window support for neovim #96

liquidz opened this issue Feb 27, 2019 · 3 comments

Comments

@liquidz
Copy link
Owner

liquidz commented Feb 27, 2019

Just an idea
neovim/neovim#6619

@liquidz liquidz changed the title Floating selector window support for neovim Floating window support for neovim Feb 28, 2019
@liquidz
Copy link
Owner Author

liquidz commented Feb 28, 2019

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.

@liquidz
Copy link
Owner Author

liquidz commented Feb 28, 2019

@liquidz
Copy link
Owner Author

liquidz commented Mar 10, 2019

Closed by #102

@liquidz liquidz closed this as completed Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant