onsails / diaglist.nvim

Live render workspace diagnostics in quickfix with current buf errors on top, buffer diagnostics in loclist
184 stars 5 forks source link

Only print debounce_ms when debugging #5

Closed elliottt closed 3 years ago

elliottt commented 3 years ago

I noticed that when I start vim it printed 50. After bisecting through my plugins, I found that the print in init was the source of the print.

This PR guards that print with M.debug, so that you only see it when that option is enabled.

onsails commented 3 years ago

it's already fixed by #2 but thanks anyway :)

elliottt commented 3 years ago

it's already fixed by #2 but thanks anyway :)

Nice, looking forward to updating!