Skip to content

Instantly share code, notes, and snippets.

View Miaoing's full-sized avatar
🐇
Fall into the fantastic world of CG

Miaoing

🐇
Fall into the fantastic world of CG
  • ShanghaiTech
  • Shanghai
View GitHub Profile
" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'scrooloose/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'