Awesome
completor-shell
- for completor.vim.
- You can add some complete functions with shell command
Sample
" let g:completor_shell#shell_commands = {
" \ 'swift': ["grep '^${token}' /foo/bar/dict/${filetype}.dict"],
" \ }
- grep keywords from a dictionary file