yangmillstheory / vim-snipe

MIT License
118 stars 8 forks source link

support neovim float window #29

Closed skt041959 closed 4 years ago

skt041959 commented 4 years ago

By using float window, it can be used on a read only buffer or on a terminal buffer

yangmillstheory commented 4 years ago

Cool, thanks for the contribution!

Can you post a video showing how this can be used? And also update the help documentation?

skt041959 commented 4 years ago

Hi, I didn't change any of the usage or keymap. It doesn't need any other configuration. When the neovim floating window feature is detected, it will be enabled automatically. There is an option let g:snipe_float_window=0 to disable this feature.