This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .ipynb_checkpoints/ | |