mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
Basic non-compliant autocompletion via LSP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user