mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-25 07:34:03 +00:00
Another stream
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
local string_distance = require('telescope.algos.string_distance')
|
||||
|
||||
print(string_distance("hello", "help"))
|
||||
print(string_distance("hello", "hello"))
|
||||
print(string_distance("hello", "asdf"))
|
||||
|
||||
Reference in New Issue
Block a user