Hi, I just started using latex, and I am using vim quite a while and I am looking for some plugin for completion.
I am using supertab plugin and ctags database for C++ completion and I am quite happy with that. All in all everything works nicely, and I have tab completion based on ctags at hand and dictionary, from current file. Basically what I want is the same for latex. I have found already that ctags have support for tex.( with ~/.ctags file changed it can be edited to latex) I would like to create ctags database for core latex core such as \begin,\fontsize, \emph, \makebox etc. I am not sure what files are latex distribution responsible for that - but I think after scaning them I am good ( and adding them to tags set tags+=~/.vim/tags/latex_tags ( i have ones for stl boost other libraries that I use from time to time) I just wanted to know if what I want to achieve have make sense ( there are latex based completions etc ) Or have anyone did such a thing. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
