VidocqH / lsp-lens.nvim

Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.
MIT License
252 stars 15 forks source link

fix(#14): remove lua_ls "local" padding #16

Closed barrett-ruth closed 1 year ago

barrett-ruth commented 1 year ago

Before:

image

After:

image

The fix only runs on lua_ls and preserves indent.

VidocqH commented 1 year ago

LGTM, thanks!