attempt to fix the emacs completions again
This commit is contained in:
parent
80a43cab08
commit
1135eee7ed
@ -204,8 +204,8 @@ Every time the client sends a message, it gets handled by a function in the corr
|
||||
(let [prefix (string.gsub (tostring ?symbol) "[^.:]*$" "")]
|
||||
(each [_ completion (ipairs ?completions)]
|
||||
(set completion.filterText (.. prefix completion.label))
|
||||
(set completion.insertText (.. prefix completion.label))
|
||||
(set completion.textEdit {:newText completion.label :range input-range})))
|
||||
(set completion.insertText (.. prefix completion.label))))
|
||||
;; (set completion.textEdit {:newText completion.label :range input-range})))
|
||||
(each [_ completion (ipairs ?completions)]
|
||||
(set completion.textEdit {:newText completion.label :range input-range}))))
|
||||
?completions))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user