Add note to FAQ about nerdcommenter, and add tests for it

This commit is contained in:
Adriaan Zonnenberg
2017-03-26 23:45:45 +02:00
parent e0c07d80c6
commit a9f7aedabf
3 changed files with 77 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ set -e
repos=(
'junegunn/vader.vim'
# languages
'cakebaker/scss-syntax.vim'
'digitaltoad/vim-pug'
'groenewege/vim-less'
@@ -11,6 +13,9 @@ repos=(
'leafgarland/typescript-vim'
'slm-lang/vim-slm'
'wavded/vim-stylus'
# utility
'scrooloose/nerdcommenter'
)
cd "$(dirname "$0")/.."