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, 0 insertions, 1 deletions
diff --git a/helix-core/src/completion.rs b/helix-core/src/completion.rs index 11b49cfc..29c86b73 100644 --- a/helix-core/src/completion.rs +++ b/helix-core/src/completion.rs @@ -16,7 +16,6 @@ pub struct CompletionItem { pub enum CompletionProvider { Lsp(LanguageServerId), Path, - Word, } impl From<LanguageServerId> for CompletionProvider { |