Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ warning("ProveInit", off)
warning("Uninit", off)
switch("experimental", "strictDefs")
switch("experimental", "strictFuncs")
switch("define", "nimPreviewSlimSystem")
switch("define", "nimStrictDelete")
switch("mm", "refc")

Expand Down
2 changes: 1 addition & 1 deletion src/cli.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import std/[os, parseutils, strformat, strutils, terminal]
import std/[os, parseutils, strformat, strutils, syncio, terminal]
import pkg/supersnappy
import patched_libs/parseopt3

Expand Down
2 changes: 1 addition & 1 deletion src/completion/completion.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import std/[os, strformat]
import std/[os, strformat, syncio]
import pkg/supersnappy
import ../cli

Expand Down