Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/completion.rs')
| -rw-r--r-- | helix-core/src/completion.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/completion.rs b/helix-core/src/completion.rs index 29c86b73..11b49cfc 100644 --- a/helix-core/src/completion.rs +++ b/helix-core/src/completion.rs @@ -16,6 +16,7 @@ pub struct CompletionItem { pub enum CompletionProvider { Lsp(LanguageServerId), Path, + Word, } impl From<LanguageServerId> for CompletionProvider { |