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