You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Not yet documented, contributions are appreciated
81
+
```
82
+
83
+
```lua [<i class="devicon-lua-plain"></i> Lua]
84
+
-- Not yet documented, contributions are appreciated
85
+
```
86
+
87
+
```vala [<i class="devicon-vala-plain"></i> Vala]
88
+
// Not yet documented, contributions are appreciated
89
+
```
90
+
91
+
:::
92
+
93
+
:::info
94
+
The fuzzy query uses [Levenshtein distance](https://en.wikipedia.org/wiki/Levenshtein_distance). I am not a mathematician, but if you know how to reimplement
95
+
the logic of [fzf](https://github.com/junegunn/fzf) to make it better feel free to open PRs.
0 commit comments