-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include nimlsp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
gc:markAndSweep | ||
|
||
hint[XDeclaredButNotUsed]:off | ||
|
||
path:"$lib/packages/docutils" | ||
|
||
define:useStdoutAsStdmsg | ||
define:nimsuggest | ||
define:nimcore | ||
define:debugCommunication | ||
define:debugLogging | ||
|
||
# die when nimsuggest uses more than 4GB: | ||
@if cpu32: | ||
define:"nimMaxHeap=2000" | ||
@else: | ||
define:"nimMaxHeap=4000" | ||
@end | ||
|
||
--threads:on | ||
--warning[Spacing]:off # The JSON schema macro uses a syntax similar to TypeScript | ||
--warning[CaseTransition]:off | ||
-d:nimOldCaseObjects |