Unverified Commit 242ed933 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

vimPlugins.cord-nvim: cannot get `cord-server` executable path (#396513)

parents b6c98ba2 e1acb3b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ vimUtils.buildVimPlugin {
    substituteInPlace lua/cord/server/fs/init.lua \
      --replace-fail \
        "or M.get_data_path()" \
        "'${cord-server}'"
        "or '${cord-server}'"
  '';

  passthru = {