ldelossa / litee.nvim

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

Strange error with rust-analyzer #2

Closed IndianBoy42 closed 2 years ago

IndianBoy42 commented 2 years ago

image

I get notifications about 'file not found' whenever I move the cursor in the call tree window

ldelossa commented 2 years ago

I see whats going on, I attach the clients to the calltree buffer, and rust-analyzer thinks its a real file and wants to parse it.

Im pretty sure I can just "not do that" lol. Will test it out in a bit and send a patch.

ldelossa commented 2 years ago

@IndianBoy42 fixed.