zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
530 stars 42 forks source link

Telescope config ignored #43

Closed mehalter closed 2 years ago

mehalter commented 2 years ago

When I use the build in picker commands with picker = "telescope" it seems to ignore my telescope config. This is fixed when I use the telescope plugin. Is there a reason that the telescope plugin is not recommended/full featured? And is there a way to get the commands like :ZkNotes/:ZkLinks/etc. to respect my telescope config?

kabouzeid commented 2 years ago

What part of your telescope config is ignored? Could you provide a minimal example? :)

mehalter commented 2 years ago

After some debugging I realized what was happening 😂 sorry! My lazy loading of telescope was getting in the way! This is working correctly now that I have fixed that. I will go ahead and close this out