mirror of
https://github.com/posva/vim-vue.git
synced 2026-02-07 07:50:55 +08:00
Add note to FAQ about nerdcommenter, and add tests for it
This commit is contained in:
@@ -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")/.."
|
||||
|
||||
Reference in New Issue
Block a user