Skip to content

Instantly share code, notes, and snippets.

View hongshanli23's full-sized avatar

Hongshan Li hongshanli23

View GitHub Profile
mkdir -p .vim/vendor/start
# nerdTree
git clone https://github.com/preservim/nerdtree.git ~/.vim/pack/vendor/start/nerdtree
vim -u NONE -c "helptags ~/.vim/pack/vendor/start/nerdtree/doc" -c q
# commentary
git clone https://tpope.io/vim/commentary.git ~/.vim/pack/vendor/start/commentary
vim -u NONE -c "helptags commentary/doc" -c q
@hongshanli23
hongshanli23 / .vimrc
Created February 17, 2020 23:04
my vimrc
" source:
" https://dougblack.io/words/a-good-vimrc.html
set nocompatible
syntax enable
set tabstop=2 " number of visual spaces per tab
set softtabstop=2 " number of spaces in tab when editing
@hongshanli23
hongshanli23 / .gitignore
Last active January 11, 2020 22:35
test
.ipynb_checkpoints/