#Help with telescope

1 messages · Page 1 of 1 (latest)

hearty lark
#

Any neovim chads in here? Lol. I am trying to make it so when telescope doesn't find a definition for a keyword it just uses the built in vim gd. Right now it kinda has the same behavior, but not really, the keyword doesn't get highlighted and it is just dumb, I don't know where else to ask this.

twin yew
#

What command are you executing from telescope when you do gd?

static seal
twin yew
#

if he is doing the default you can just wrap it in a function and conditionally execute the default vim behaviour if the request to lsp_definitions fails

static seal
#

i dont think it actually returns something