Skip to content

Commit c0167cd

Browse files
committed
bugfix: setting trigger characters interfered with ghost text
1 parent 0f4bf27 commit c0167cd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lua/cmp_tabnine/source.lua

-8
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,6 @@ function Source.is_available(self)
170170
return (self.job ~= 0)
171171
end
172172

173-
function Source.get_trigger_characters()
174-
return { '*' }
175-
end
176-
177-
function Source.get_keyword_pattern()
178-
return '.'
179-
end
180-
181173
function Source.get_debug_name()
182174
return 'TabNine'
183175
end

0 commit comments

Comments
 (0)