Skip to content

andywangevertz/testui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

testui

This is the first test UI repo

Deno notes - Ubuntu 18.04

Shell completion

:~$ 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

Vim completion

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

install through script

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

About

This is the first test UI repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages