Skip to content

Instantly share code, notes, and snippets.

View NicChoo96's full-sized avatar
🎯
Focusing

Nicholas Choo NicChoo96

🎯
Focusing
  • Nanyang Technological University
View GitHub Profile
@NicChoo96
NicChoo96 / init.vim
Created September 5, 2022 15:44 — forked from benawad/init.vim
" 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'