TJ DeVries

Results 290 comments of TJ DeVries

You can instead call it with `vim.lsp.buf_request_sync` perhaps? Then you can handle the results yourself? I'm not sure if that will solve your problem.

is there anything in neovim core that you would like to see changed to make this easier? I'm not sure how many people want the feature this way (as it's...

What about the lua way is not silent at the moment? Can you show what the behavior is that is happening currently?

it's cause file_edit closes the picker, and then it's lost. I have a PR that is WIP for fixing this problem -- but it requires some larger refactorings.

This is a good idea -- I think maybe we should do this as well for definitions and implementations. Do you want to do that or would you prefer if...

Ya, sort_mru might be nice either way tho.

I think should be an issue for the neovim repo, kickstart didn't create `:Tutor`.

(Closing since this seems like a nvim issue, not a kickstart issue -- unless i find out otherwise later)

Yes, you still have to do the setup for friendly snippets -- could maybe be noted better in the documentation though. Do you want to send a PR w/ a...