rmagatti / goto-preview

A small Neovim plugin for previewing definitions using floating windows.
Apache License 2.0
779 stars 27 forks source link

Add `skip_curr_window` option to `close_all_win` function. #91

Closed rmagatti closed 1 year ago

rmagatti commented 1 year ago

Usage:

  require("goto-preview").close_all_win { skip_curr_window = true }

This option does as expected, skips the current window when closing all the preview windows.