1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 22:24:59 +08:00

add tagbar, .ctags for js

This commit is contained in:
Huaishun Hu
2017-11-27 17:17:56 +08:00
parent 3b01a63d51
commit 77bbe61980
26 changed files with 8077 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "vimrc",
"version": "1.0.0",
"description": "![VIM](https://dnp4pehkvoo6n.cloudfront.net/43c5af597bd5c1a64eb1829f011c208f/as/Ultimate%20Vimrc.svg)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisOHu/vimrc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChrisOHu/vimrc/issues"
},
"homepage": "https://github.com/ChrisOHu/vimrc#readme",
"dependencies": {
"tern": "^0.21.0",
"tern-closure": "^0.1.3"
}
}