ldelossa / litee.nvim

A framework for building Neovim plugins
409 stars 14 forks source link

Error when opening call tree with :lua vim.lsp.buf.incoming_calls() and outgoing_calls() #20

Closed quantum-booty closed 2 years ago

quantum-booty commented 2 years ago

image This happens using the default calltree config: require('calltree').setup({ })

ldelossa commented 2 years ago

@quantum-booty great catch, we were't handling non-icon configs well. Pushed the fix.