gvim常用插件及其配置文件
支持c,perl,python,latex。
需要自己安装ctags
.vim:
after compiler doc indent ltags perl-support skeleton syntax
autoload c-support ftdetect keymap Makefile plugin snipMate.vim.ct tools
colors CVIMSYN ftplugin latextags Makefile.in README.csupport snippets
.vim/after:
ftplugin plugin syntax
.vim/after/ftplugin:
c_snippets.vim java_snippets.vim python_pydiction.vim python_snippets.vim sh_snippets.vim
.vim/after/plugin:
.vim/after/syntax:
cpp.vim c.vim java.vim
.vim/autoload:
acp.vim perlsupportgui.vim perlsupportprofiling.vim perlsupportregex.vim snipMate.vim
.vim/colors:
desertEx.vim peachpuff.vim zenburn.vim
.vim/compiler:
tex.vim
.vim/c-support:
codesnippets doc rc scripts templates wordlists
.vim/c-support/codesnippets:
calloc_double_matrix.c main.cc print_array.cc.noindent
calloc_int_matrix.c Makefile print_double_array.c.noindent
main.c Makefile.multi-target.template print_int_array.c.noindent
.vim/c-support/doc:
ChangeLog c-hotkeys.pdf c-hotkeys.tex
.vim/c-support/rc:
customization.ctags customization.gvimrc customization.indent.pro customization.vimrc
.vim/c-support/scripts:
wrapper.sh
.vim/c-support/templates:
c.comments.template cpp.comments.template cpp.preprocessor.template c.statements.template
c.cpp.template cpp.cpp.template cpp.statements.template Templates
c.idioms.template cpp.idioms.template c.preprocessor.template Templates~
.vim/c-support/wordlists:
c-c++-keywords.list c-c++-keywords.list.bak k+r.list stl_index.list
.vim/CVIMSYN:
engspchk.contraction engspchk.dialect engspchk.dict engspchk.match engspchk.proper engspchk.rare
.vim/doc:
acp.jax latexhelp.txt latex-suite-quickstart.css Makefile taglist.txt
acp.txt latex-suite latex-suite-quickstart.html Makefile.in tags
catalog.xml la
1