jinzhongjia / LspUI.nvim

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

add debounce for lightbulb #14

Closed jinzhongjia closed 10 months ago

jinzhongjia commented 10 months ago

this pr add a config option for lightbulb: debounce, this option is open default ( value is 250 ), this will reduce calculations when you move the cursor frequently, but it will cause the delay of lightbulb, false will diable it