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 latex-suite-chunk.xsl latex-suite-quickstart.txt perlsupport.txt tags-ja csupport.txt latex-suite-common.xsl latex-suite-quickstart.xml README vcscommand.txt doxygen.txt latex-suite.css latex-suite.txt README.new engspchk.txt latex-suite.html latex-suite.xml snipMate.txt imaps.txt latex-suite-quickstart latex-suite.xsl supertab.txt .vim/doc/latex-suite: altkey-mappings.html default-folding.html latex-suite-commands.html auc-tex-mappings.html diacritic-mappings.html latex-suite-commands-maps.html automatic-package-detection.html editing-folding.html latex-suite-credits.html bibtex-bindings.html environment-mappings.html latex-suite-maps.html compiler-dependency.html font-maps.html latex-suite-templates.html compiler-output-customization.html forward-searching.html latex-viewing.html compiler-rules.html greek-letter-mappings.html latex-viewing-rules.html compiling-multiple.html index.html ls-completion-custom.html customizing-compiling.html inserting-packages.html ls-completion-ref.html customizing-folding.html inverse-searching.html ls-completion-usage.html customizing-latex-completion.html latex-command-maps.html ls-filename-completion.html customizing-latex-suite.html latex-compiling.html ls-general-purpose-settings.html customizing-macros.html latex-completion-cite.html ls-new-macros.html customizing-menus.html latex-completion.html package-actions.html customizing-packages.html latex-folding.html part-compiling.html customizing-place-holders.html latex-macros.html recommended-settings.html customizing-smart-keys.html latex-master-file.html section-mappings.html customizing-viewing.html latex-packages.html smart-keys.html customizing-what-to-fold.html latex-project.html supporting-packages.html custom-macros-menu.html latex-project-settings.html .vim/doc/latex-suite-quickstart: index.html lsq-insert-environment.html lsq-quick-forward-searching.html lsq-compiling.html lsq-inserting-reference.html lsq-quick-inverse-searching.html lsq-conclusions.html lsq-inserting-template.html lsq-using-tutorial.html lsq-debugging.html lsq-keyboard-shortcuts.html lsq-viewing-dvi.html lsq-folding.html lsq-lsq-inserting-package.html .vim/ftdetect: .vim/ftplugin: bib_latexSuite.vim html_snip_helper.vim perl.vim tex_latexSuite.vim c.vim latex-suite python_fold.vim tex.vim .vim/ftplugin/latex-suite: bibtex.vim dictionaries mathmacros.vim pytools.py texviewer.vim bibtools.py elementmacros.vim multicompile.vim smartspace.vim version.vim bibtools.pyc envmacros.vim outline.py templates wizardfuncs.vim brackets.vim folding.vim outline.pyc templates.vim compiler.vim macros packages texmenuconf.vim custommacros.vim main.vim packages.vim texproject.vim diacritics.vim mathmacros-utf.vim projecttemplate.vim texrc .vim/ftplugin/latex-suite/dictionaries: dictionary SIunits .vim/ftplugin/latex-suite/macros: example .vim/ftplugin/latex-suite/packages: accents babel chapterbib eqparbox german letterspace ngerman psgo version acromake bar cite everyshi graphicx lineno numprint schedule afterpage bm color exmpl graphpap longtable oldstyle SIunits alltt bophook comma flafter harpoon lscape outliner textfit amsmath boxedminipage deleq float hhline manyfoot overcite times amsthm caption2 drftcite floatflt histogram moreverb parallel tipa amsxtra cases dropping fn2end hyperref multibox plain ulem arabic ccaption enumerate footmisc ifthen multicol plates url array changebar eqlist geometry inputenc newalg polski verbatim .vim/ftplugin/latex-suite/templates: article.tex IEEEtran.tex report.tex report_two_column.tex .vim/indent: tex.vim .vim/keymap: .vim/perl-support: codesnippets doc modules rc scripts templates wordlists .vim/perl-support/codesnippets: dot.SmallProf print-data-structure-with-Dumper.pl free-software-comment print-hash.pl module-interface.pl print-hash-sorted.pl new.pl process-all-files-in-a-directory-recursively.pl pod-template-application.pl slurp-file.pl pod-template-module.pl SmallProf-variables.pl .vim/perl-support/doc: ChangeLog perl-hot-keys.pdf perl-hot-keys.tex pmdesc3.text .vim/perl-support/modules: perl-modules.list .vim/perl-support/rc: customization.ctags customization.perltidyrc customization.vimrc customization.gvimrc customization.smallprof .vim/perl-support/scripts: csv2err.pl efm_perl.pl pmdesc3.pl wrapper.sh .vim/perl-support/templates: comments.template idioms.template pod.template statements.template Templates .vim/perl-support/wordlists: perl.list .vim/plugin: autocomplpop.vim engspchk.vim remoteOpen.vim taglist.vim vcsgit.vim vimim.vim cecutil.vim filebrowser.vim snipMate.vim tags vcshg.vim code_complete.vim imaps.vim snippetsEmu.vim vcsbzr.vim vcssvk.vim c.vim libList.vim supertab.vim.ct vcscommand.vim vcssvn.vim cvsmenu.vim perl-support.vim SyntaxFolds.vim vcscvs.vim vimim.pinyin_huge.txt .vim/skeleton: alltests.py skeleton.py skeleton.py~ test.py .vim/snippets: autoit.snippets javascript.snippets perl.snippets sh.snippets tex.snippets cpp.snippets java.snippets php.snippets _.snippets vim.snippets c.snippets mako.snippets python.snippets snippet.snippets zsh.snippets html.snippets objc.snippets ruby.snippets tcl.snippets .vim/syntax: c.vim doxygen.vim HGAnnotate.vim snippet.vim SVNAnnotate.vim CVSAnnotate.vim gitAnnotate.vim python.vim SVKAnnotate.vim vcscommit.vim .vim/tools: pydiction python.tags .vim/tools/pydiction: complete-dict license.txt pydiction pydiction.py readme README.txt
- 1
- 2
- 3
- 4
- 粉丝: 1w+
- 资源: 6
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- HTML5实现好看的清洁服务公司网站模板.zip
- HTML5实现好看的墙壁粉刷公司网站源码.zip
- HTML5实现好看的清爽创意家居网站源码.zip
- HTML5实现好看的清爽大屏饼干制作网站源码.zip
- HTML5实现好看的清爽家政公司网站源码.zip
- HTML5实现好看的清新的教育机构网站源码.zip
- 重庆邮电大学信号处理实验三
- WINCC的SQL应用,无需修改任何源码, 导入变量即可自动生成配方报表 配方报表,vbs应用,配方应用 学习利器,可供有需要学习的朋友学习, 源码公开, 配合SQLSERVER使用
- 基于卷积神经网络(CNN)的手写数字识别 matlab代码,要求2018版本及以上
- 重庆邮电大学信号处理实验四代码
- 基于SSM框架的家庭健康管理系统+Java、HTML+家庭健康管理、健康指标管理
- 基于c代码的空间电压矢量svpwm算法simulink仿真: 1.svpwm的c代码为实际工程中使用和验证过,代码简洁,注释详细; 2.采用7段式svpwm,有过调机制处理; 3.送svpwm原理详
- fpga sata 2.0 3.0源码,纯verilog代码,根据不同的平台,支持gtx gth gty平台
- 堆垛机西门子PLC程序+输送线程序 物流仓储 涵盖通信,算法,运动控制,屏幕程序,可电脑仿真测试 实际项目完整程序 西门子S7-1200+G120+劳易测激光测距 博途V15.1编程 采用SC
- 基于SSM框架的家庭健康管理系统论文+Java、SSM、MySQL+健康管理、指标管理
- carsim与simulink联合仿真的线控转向系统
- 1
- 2
- 3
- 4
- 5
- 6
前往页