completor-shell
September 21, 2018 ยท View on GitHub
- 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