Closed ingram1107 closed 3 years ago
After pressing gd, it successfully directs me to the correct file. However, it will open a quickfix list populated with file's first line which I assumed it is not intended since previous action doesn't lead to this behaviour.
gd
https://vimeo.com/576117758
gf
https://vimeo.com/576118265
Using Neovim 0.5.0 and Arch btw
I have looked up to sumneko/lua-language-server, it seems like it is intended. I will close this issue.
After pressing
gd
, it successfully directs me to the correct file. However, it will open a quickfix list populated with file's first line which I assumed it is not intended since previous action doesn't lead to this behaviour.Actual behaviour
https://vimeo.com/576117758
Expected behaviour (similar with
gf
but slower):https://vimeo.com/576118265
Using Neovim 0.5.0 and Arch btw