Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 444 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 444 Bytes

VIM SETTINGS

  1. Initialize
# initialization
cd ~
ln -s ~/path/to/vimrc .vimrc
ln -s ~/path/to/vim .vim

cd .vim/bundle
git clone https://github.com/VundleVim/Vundle.vim.git Vundle.vim
  1. Install plugins. Inside of vim:
:PluginInstall
  1. Install coc dependencies
cd ~/.vim/bundle/coc.nvim
yarn
  1. Install coc plugins. Inside of vim:
:CocInstall coc-eslint coc-json coc-tsserver coc-prisma