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 4231d5f commit 9317f6fCopy full SHA for 9317f6f
README.md
@@ -9,7 +9,7 @@ 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))
+([auto completion from my 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).
0 commit comments