Replies: 1 comment
-
You can override the override = {
get_trigger_characters = function(self, context)
local trigger_characters = vim.deepcopy(self:get_trigger_characters())
vim.tbl_extends(trigger_characters, { 'y', 'o', 'u', 'r', 's' }
return trigger_characters
end
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello !
like hrsh7th/nvim-cmp#501
Beta Was this translation helpful? Give feedback.
All reactions