You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin keeps printing process successful; refresh preview every time I type, which is extremly distracting for people like me who use cmdheight = 0. Is there a way to disable those logs?
The text was updated successfully, but these errors were encountered:
There's nothing built in to prevent that at present (cmdheight = 0 is not something I'd ever consider), but it's not a hard change to make if you want to make it yourself. Open the file lua/knap.lua and comment out (with -- line 372, print("process successful; refreshing viewer") to become -- print("process successful; refreshing viewer").
The plugin keeps printing
process successful; refresh preview
every time I type, which is extremly distracting for people like me who usecmdheight = 0
. Is there a way to disable those logs?The text was updated successfully, but these errors were encountered: