jinzhongjia / LspUI.nvim

A modern and useful UI plugin that wraps lsp operations.
MIT License
158 stars 4 forks source link

Failed to run LspUI.nvim #24

Closed jo-project closed 9 months ago

jo-project commented 9 months ago

Failed to run config for LspUI.nvim

...cal/share/nvim/lazy/LspUI.nvim/lua/LspUI/rename/util.lua:2: attempt to index field 'Methods' (a nil value).

How to fix it? Thank you!

jinzhongjia commented 9 months ago

your neovim's version? Since the refactored new version relies on too many features submitted in version 0.10, it is difficult for me to move to version 0.9 through patching.

jinzhongjia commented 9 months ago

I have added the code to detect the version which is lower than 0.10 and LspUI.nvim will report a warning to remind user the minmium version. In theory, you should not have this kind of error, or are you using an early development version of 0.10?