Add completion.get_trigger_characters as configurable option

This commit is contained in:
hrsh7th
2021-08-26 16:49:43 +09:00
parent 698c3c4bf5
commit ec3f8aedaf
4 changed files with 15 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ return function()
completeopt = 'menu,menuone,noselect',
keyword_pattern = [[\%(-\?\d\+\%(\.\d\+\)\?\|\h\w*\%(-\w*\)*\)]],
keyword_length = 1,
get_trigger_characters = function(trigger_characters)
return trigger_characters
end
},
snippet = {