Skip to content

Commit 11933ba

Browse files
myuronclaude
andcommitted
fix(neovim): enable sideloadInitLua to avoid file conflict with mkOutOfStoreSymlink
home-manager の files: handle overlapping file targets 変更で .config/nvim 配下の処理順が変わり、シンボリックリンク先を realpath が $HOME 外に解決して home-manager-files のビルドが失敗していた。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 744e16a commit 11933ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nix/home-manager/common/neovim/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ in
88
defaultEditor = true;
99
viAlias = true;
1010
vimAlias = true;
11+
sideloadInitLua = true;
1112
};
1213

1314
home.file.".config/nvim" = {

0 commit comments

Comments
 (0)