Basic non-compliant autocompletion via LSP

This commit is contained in:
Zachary Yedidia
2020-08-10 18:19:13 -04:00
parent f6ba76424a
commit 053134af1c
5 changed files with 193 additions and 58 deletions

View File

@@ -678,7 +678,7 @@ func (h *BufPane) Autocomplete() bool {
b.CycleAutocomplete(true)
return true
}
return b.Autocomplete(buffer.BufferComplete)
return b.Autocomplete(buffer.LSPComplete)
}
// CycleAutocompleteBack cycles back in the autocomplete suggestion list