rmagatti / goto-preview

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

[Suggestion] Remove vim.inspect #75

Closed adoyle-h closed 1 year ago

adoyle-h commented 1 year ago

There are too many vim.inspect for debug.

It is unnecessary that the handler always inspect the result.

https://github.com/rmagatti/goto-preview/blob/a5af27cff485b325f0ef2dcdf55ae51faed05cba/lua/goto-preview/lib.lua#L282-L291

rmagatti commented 1 year ago

Is this causing some sort of issue though?

adoyle-h commented 1 year ago

No. So it is just a suggestion.