1
0
mirror of https://github.com/amix/vimrc synced 2025-07-10 03:25:00 +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

5
.tern-config Normal file
View File

@ -0,0 +1,5 @@
{
"plugins": {
"closure": {}
}
}