Skip to content

Instantly share code, notes, and snippets.

View dhruvweaver's full-sized avatar

Dhruv Weaver dhruvweaver

  • GE Healthcare
  • Milwaukee, WI
View GitHub Profile
@dhruvweaver
dhruvweaver / .vimrc
Last active March 6, 2023 22:06
Dhruv's custom vim configuration with CoC autocomplete and VimPlug. See documentation for those two tools for more information and detailed installation guides. There is a brief installation guide for both at the top of this file.
" Setup instructions for VimPlug and CoC:
" VimPlug install (per: https://github.com/junegunn/vim-plug#unix):
" > curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
"
" CoC install (per: https://github.com/neoclide/coc.nvim):
" Install nodejs:
" > curl -sL install-node.vercel.app/lts | bash
" (CoC will be installed along with other VimPlug plugins in the next step)
"