lazyvim/lua
Folke Lemaitre 231e476ec9
fix(chezmoi): use vim.env.HOME instead of os.getenv("HOME") for Windows compatibility
vim.env.HOME works correctly on Windows where the HOME environment variable may not be set, while os.getenv("HOME") returns nil in such cases.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 06:06:38 +02:00
..
lazyvim fix(chezmoi): use vim.env.HOME instead of os.getenv("HOME") for Windows compatibility 2025-10-24 06:06:38 +02:00