xvzc / chezmoi.nvim

Chezmoi plugin for neovim
MIT License
73 stars 3 forks source link

using telescope #4

Closed azinsharaf closed 7 months ago

azinsharaf commented 7 months ago

i've added the telescope integration part but running it still shows the original dotfiles not the chezmio dotfiles. What am i missing?

image

xvzc commented 7 months ago

Yeah it's because i made it that way.. the list of files will be basically destination directories. if you press enter, then the neovim will automatically open the source files in the chezmoi directory

azinsharaf commented 7 months ago

got it, thanks!