Neovim
Vim Plug to install extensions
coc.nvim for autocompletion and imports and type definitions
ctrl-space
autocompletiongd
goto definitionF2
renameK
show tooltipGruvbox theme
yats for typescript syntax
nerdtree for file tree
Plug 'tsony-tsonev/nerdtree-git-plugin' Plug 'tiagofumo/vim-nerdtree-syntax-highlight' Plug 'ryanoasis/vim-devicons'
nerdcommenter
cmd /
comment out codectrlp.vim for fuzzy file finder
cmd p
opencmd keybindings required iTerm2 remappings
vim-gitgutter tells you what lines you modified