Unverified Commit e1acb3b1 authored by Khanh Duong's avatar Khanh Duong
Browse files

vimPlugins.cord-nvim: cannot get `cord-server` executable path

parent 59e663d0
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 = {