Use input_patterns & add comments for updating it

This commit is contained in:
delphinus
2019-06-25 17:57:38 +09:00
parent 4e1c46947d
commit a3521de64e
3 changed files with 14 additions and 3 deletions

View File

@@ -59,7 +59,8 @@ let s:omni_start_map = {
\ '<default>': '\v[a-zA-Z$_][a-zA-Z$_0-9]*$',
\}
" A map of exact characters for triggering LSP completions.
" A map of exact characters for triggering LSP completions. Do not forget to
" update self.input_patterns in ale.py in updating entries in this map.
let s:trigger_character_map = {
\ '<default>': ['.'],
\ 'typescript': ['.', '''', '"'],