ldelossa / litee-calltree.nvim

Neovim's missing call hierarchy UI
131 stars 9 forks source link

litee-calltree depends on litee-symboltree #1

Closed jbarap closed 2 years ago

jbarap commented 2 years ago

Hey cool plugin!

There's a dependency issue with litee-symboltree because the file lua/litee/calltree/marshal.lua gets its config from require('litee.symboltree.config'), so if you don't have symboltree it will throw an error. I like the recent refactoring though!

ldelossa commented 2 years ago

Thanks for the report. There maybe a few copy pasta mistakes like this. I just pushed a commit from my phone lol, lmk if it works.

jbarap commented 2 years ago

It no longer errors out, thanks!