rmagatti / goto-preview

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

Isolate telescope delendency to the open_references_previewer call #82

Closed rmagatti closed 1 year ago

rmagatti commented 1 year ago

Closes #81

This commit also stops using vim.api.nvim_set_keymap in favour of vim.keymap.set for setting mappings.