We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05c366 commit 4442fdaCopy full SHA for 4442fda
README.md
@@ -9,6 +9,8 @@ instant completion in projects with thousands of files.
9
10

11
12
+([auto completion from neovim config](https://github.com/glepnir/nvim/blob/main/lua/internal/completion.lua))
13
+
14
In the Phoenix framework, a Trie tree is used to store words, ensuring that the
15
completion results can be obtained in O(L) time (L is the length of the word).
16
Additionally, the weight of each word is calculated based on its usage frequency
0 commit comments