Skip to content

Fix neovim symlink failure on fresh systems#31

Merged
lyang merged 1 commit intomainfrom
fix-neovim-symlink-parent-dir
Feb 8, 2026
Merged

Fix neovim symlink failure on fresh systems#31
lyang merged 1 commit intomainfrom
fix-neovim-symlink-parent-dir

Conversation

@lyang
Copy link
Owner

@lyang lyang commented Feb 8, 2026

Summary

  • Ensure ~/.config parent directory exists before creating the nvim symlink
  • Fixes CI failures on Debian and Fedora where ~/.config doesn't exist

Test plan

  • Verify Debian CI passes
  • Verify Fedora CI passes

Ensure the parent directory (~/.config) exists before creating the
symlink, since it may not exist on CI runners or fresh installs.
@lyang lyang merged commit 02407e6 into main Feb 8, 2026
8 checks passed
@lyang lyang deleted the fix-neovim-symlink-parent-dir branch February 8, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments