t-troebst / perfanno.nvim

NeoVim lua plugin that annotates source code with profiling information from perf or other profilers
MIT License
224 stars 6 forks source link

Doesn't init with lazy #12

Open fruitybagel opened 11 months ago

fruitybagel commented 11 months ago

Possible to make it work with Lazy? When I install it and run .setup() I just get: 'attempt to index global 'perfanno' (a nil value)'

folke commented 4 months ago

Then you must be doing something wrong, since I use it as well without any issues...