summarylogtreecommitdiffstats
path: root/nimlangserver.patch
blob: f44f9a537b97d758a0df4dccc4c317a0ac6788ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff '--color=auto' --unified --recursive --text --color src/nimlangserver-orig/nimlangserver.nim src/nimlangserver/nimlangserver.nim
--- src/nimlangserver-orig/nimlangserver.nim	2023-05-25 14:56:42.996481704 +0200
+++ src/nimlangserver/nimlangserver.nim	2023-05-25 14:56:51.320521779 +0200
@@ -2,7 +2,7 @@
   faststreams/asynctools_adapters, faststreams/inputs, faststreams/outputs,
   json_rpc/streamconnection, os, sugar, sequtils, hashes, osproc,
   suggestapi, protocol/enums, protocol/types, with, tables, strutils, sets,
-  ./utils, ./pipes, chronicles, std/re, uri, "$nim/compiler/pathutils"
+  ./utils, ./pipes, chronicles, std/re, uri, "$lib/compiler/pathutils"
 
 const
   RESTART_COMMAND = "nimlangserver.restart"