chezmoi.nvim icon indicating copy to clipboard operation
chezmoi.nvim copied to clipboard

please fix docs

Open KevinNitroG opened this issue 1 year ago • 1 comments

https://github.com/xvzc/chezmoi.nvim/blob/fe3a012930f67f8863cbaedd0a64eab806eaea26/README.md?plain=1#L54-L69

The pattern should be replaced

  pattern = {
    (vim.fn.expand "~"):gsub("\\", "/") .. "/.local/share/chezmoi/*",
  },

On my windows machine os.getenv "HOME" doesn't work. Also pattern in autocommand, the path sep is / (even on Windows)

Image

KevinNitroG avatar Feb 12 '25 14:02 KevinNitroG

This was really helpful for the windows use. Thank you!

vimkim avatar Oct 23 '25 06:10 vimkim