tjdevries / nlua.nvim

Lua Development for Neovim
MIT License
262 stars 21 forks source link

Quickfix list, populated with file's first line, opened after keypress `gd` #29

Closed ingram1107 closed 3 years ago

ingram1107 commented 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.

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

ingram1107 commented 3 years ago

I have looked up to sumneko/lua-language-server, it seems like it is intended. I will close this issue.