Skip to content

Commit cb35320

Browse files
committed
Update README for 0.3
1 parent ceda278 commit cb35320

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,19 @@ Support libs id:
3838
- prelude.ls: prelude
3939
- AngularJS: angularjs
4040

41+
You can use [local vimrc][] to setup libraries used in project. Sample code for local vimrc:
42+
43+
autocmd BufReadPre *.js let b:javascript_lib_use_jquery = 1
44+
autocmd BufReadPre *.js let b:javascript_lib_use_underscore = 1
45+
autocmd BufReadPre *.js let b:javascript_lib_use_backbone = 1
46+
autocmd BufReadPre *.js let b:javascript_lib_use_prelude = 0
47+
autocmd BufReadPre *.js let b:javascript_lib_use_angularjs = 0
48+
49+
[local vimrc]:https://github.com/MarcWeber/vim-addon-local-vimrc
50+
4151
## Todo
4252

43-
- Support option to choose libraries
4453
- Support future version of SyntaxComplete
45-
- Possibility to set used libraries in project
46-
- Add YUI
4754

4855
## Known Issue
4956

@@ -56,6 +63,12 @@ All repeat defination will be removed when SyntaxComplete supports this feature.
5663

5764
## Changes
5865

66+
### Version 0.3
67+
68+
- Supports AngularJS
69+
- Setup used libraries
70+
- Better init way
71+
5972
### Version 0.2
6073
- Supports library selection
6174

0 commit comments

Comments
 (0)