use fzf for autocomplete
This commit is contained in:
7
main.go
7
main.go
@@ -109,13 +109,6 @@ func main() {
|
||||
stop()
|
||||
}
|
||||
slog.Info("ready")
|
||||
go func() {
|
||||
// Preload autocomplete in a separate goroutine.
|
||||
slog.Info("begin computing skill autocomplete")
|
||||
set := skillGlobalAuto()
|
||||
buckets, longest := set.Metrics()
|
||||
slog.Info("done computing skill autocomplete", slog.Int("buckets", buckets), slog.Int("longest", longest))
|
||||
}()
|
||||
<-ctx.Done()
|
||||
stop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user