From cf82bf458c2f7eda559f908ec751613e80588d3e Mon Sep 17 00:00:00 2001 From: Anemunt <69436164+darkresident55@users.noreply.github.com> Date: Sat, 6 Dec 2025 18:44:15 -0500 Subject: [PATCH] fixed a overriding issue with neovim/vim/lazyvim building. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index eea9d3b..334e1d6 100755 --- a/build.sh +++ b/build.sh @@ -35,4 +35,4 @@ cmake .. cmake --build . -- -j"$(nproc)" cp -r ../Resources . cp Resources/imgui.ini . -ln -s build/compile_commands.json compile_commands.json +ln -sf build/compile_commands.json compile_commands.json \ No newline at end of file