Skip to content

lukevers/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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