SA
/nvim/plugged/ultisnips/autoload/UltiSnips/map_keys.vim
" The trigger used to display all triggers that could possible
" match in the current position. Use empty to disable.
if !exists("g:UltiSnipsListSnippets")
let g:UltiSnipsListSnippets = "<c-tab>"
endif