This is the first test UI repo
:~$ sudo sh -c '/home/evertz/.deno/bin/deno completions bash > /usr/share/bash-completion/completions/deno'
:~$ deno <TAB>
bundle doc -h info lint --quiet test -V
cache eval help install --log-level repl types --version
completions fmt --help -L -q run upgrade
install vim 8.2 on ubuntu 18.04
sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim
install coc.nvim for completion put the following in .vimrc
Plug 'neoclide/coc.nvim', {'branch': 'release'}
in vim to do the install
:PlugInstall
in vim to do the following install
:CocInstall coc-deno coc-tsserver
Finally put the following into the .vimrc vimrc configuration for completion. such as TAB