-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
So after seeing some great configuration out there, I decide to setup the neocomplete plugin more properly. The following is a list of things that should be done. If any one has other idea, plz comment in this issue.
- neocomplete/neocomplcache
- has('lua') -> neocomplete, otherwise neocomplcache
- javascript enhancement
- tern for vim
- javascript related neocomplete setup
- python enhancement
- jedi.vim
- python related neocomplete setup
- c/c++ enhancement
- clang_complete
- c/c++ related neocomplete setup
- according to file type, load the proper plugins. (NeoBundleLazy should do it)
Reactions are currently unavailable