fedemengo / nvim

Neovim configuration in Fennel
MIT License
2 stars 0 forks source link

Telescope LSP command don't act on updated buffer #7

Closed fedemengo closed 1 year ago

fedemengo commented 1 year ago

Step to reproduce: Inside a go project that is complex enough (has $>1$ references for $>1$ symbols, e.g. learngo)

The second time, the symbols lsp is looking for is again the first symbol

This has something to do with the way I defined bindf https://github.com/fedemengo/nvim/blob/24678ec693b9835ecaae3ffdfe657282db73dd94/fnl/init.fnl#L29