├── .gitignore ├── .self_mod ├── .bashrc_append ├── .plugin_patch │ └── taglist_vim.patch ├── .plugin_self-mod │ ├── plugged │ │ └── vim-snippets │ │ │ ├── UltiSnips │ │ │ ├── c.snippets │ │ │ └── vim.snippets │ │ │ └── snippets │ │ │ └── c.snippets │ ├── snipmate.vim │ │ └── snippets │ │ │ └── c.snippets │ └── vim-snippets │ │ └── snippets │ │ └── cpp.snippets_append ├── highlight_code.vim └── plugin_self_bak │ └── hlud.vim ├── .vim ├── .VimballRecord ├── .netrwhist ├── autoload │ └── plug.vim ├── bundle │ ├── vim-repl │ │ ├── .gitignore │ │ ├── README.md │ │ ├── assets │ │ │ ├── debug-python.gif │ │ │ ├── repl.gif │ │ │ ├── usage-1.gif │ │ │ ├── usage-3.gif │ │ │ └── usage2.gif │ │ ├── autoload │ │ │ ├── formatpythoncode.py │ │ │ ├── formatpythoncode.pyc │ │ │ ├── repl.vim │ │ │ ├── replforwin32.vim │ │ │ ├── replpython.py │ │ │ ├── replpython.pyc │ │ │ └── testspeedrawcode.txt │ │ ├── doc │ │ │ ├── autoformatpythonstatement.txt │ │ │ └── tags │ │ ├── ftplugin │ │ │ ├── perl │ │ │ │ └── psh │ │ │ └── python │ │ │ │ └── python-repl.vim │ │ ├── plugin │ │ │ ├── default.vim │ │ │ ├── test.py │ │ │ └── vim-repl.vim │ │ ├── readme │ │ └── test │ │ │ ├── UUUU.log │ │ │ ├── comment.py │ │ │ ├── function1.py │ │ │ ├── gcd.py │ │ │ ├── long_sentence.py │ │ │ ├── perl │ │ │ └── test.pl │ │ │ ├── python.db │ │ │ ├── pythonpdb.py │ │ │ ├── test.py │ │ │ ├── test_automerge.py │ │ │ ├── test_autosend.py │ │ │ ├── test_class.py │ │ │ ├── test_dill.py │ │ │ ├── test_error.py │ │ │ ├── test_gcn.py │ │ │ ├── test_multi_lines.py │ │ │ ├── test_space.py │ │ │ ├── testforsleep.py │ │ │ ├── testgcd.py │ │ │ ├── testif.py │ │ │ ├── testlongsentence.py │ │ │ └── testnumpy.py │ └── vimtex │ │ ├── .github │ │ └── ISSUE_TEMPLATE │ │ │ ├── feature_request.md │ │ │ └── issue_report.md │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── .vintrc.yaml │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── after │ │ ├── ftplugin │ │ │ └── tex.vim │ │ └── syntax │ │ │ └── tex.vim │ │ ├── autoload │ │ ├── health │ │ │ └── vimtex.vim │ │ ├── unite │ │ │ └── sources │ │ │ │ └── vimtex.vim │ │ ├── vimtex.vim │ │ └── vimtex │ │ │ ├── cmd.vim │ │ │ ├── compiler.vim │ │ │ ├── compiler │ │ │ ├── arara.vim │ │ │ ├── latexmk.vim │ │ │ ├── latexrun.vim │ │ │ └── tectonic.vim │ │ │ ├── complete.vim │ │ │ ├── complete │ │ │ ├── abntcite │ │ │ ├── acro │ │ │ ├── acronym │ │ │ ├── afterpage │ │ │ ├── algorithm2e │ │ │ ├── allrunes │ │ │ ├── amsbsy │ │ │ ├── amsfonts │ │ │ ├── amsmath │ │ │ ├── amsopn │ │ │ ├── amssymb │ │ │ ├── amsthm │ │ │ ├── appendix │ │ │ ├── array │ │ │ ├── attachfile │ │ │ ├── babel │ │ │ ├── beamerfoils │ │ │ ├── beamerprosper │ │ │ ├── beamerseminar │ │ │ ├── beamertexpower │ │ │ ├── beamerthemeFhG │ │ │ ├── biblatex │ │ │ ├── bm │ │ │ ├── booktabs │ │ │ ├── braket │ │ │ ├── calc │ │ │ ├── cancel │ │ │ ├── caption │ │ │ ├── cases │ │ │ ├── chemformula │ │ │ ├── chemstyle │ │ │ ├── circuitikz │ │ │ ├── class-beamer │ │ │ ├── class-book │ │ │ ├── class-letter │ │ │ ├── class-memoir │ │ │ ├── class-moderncv │ │ │ ├── class-scrartcl │ │ │ ├── class-scrartcl,scrreprt,scrbook │ │ │ ├── class-scrbook │ │ │ ├── class-scrlttr2 │ │ │ ├── class-scrreprt │ │ │ ├── cleveref │ │ │ ├── color │ │ │ ├── colortbl │ │ │ ├── commath │ │ │ ├── comment │ │ │ ├── coordsys │ │ │ ├── cquthesis │ │ │ ├── csquotes │ │ │ ├── currvita │ │ │ ├── cyrillic │ │ │ ├── datatool │ │ │ ├── datatool-base │ │ │ ├── default │ │ │ ├── diagxy │ │ │ ├── doi │ │ │ ├── empheq │ │ │ ├── enumerate │ │ │ ├── epigraph │ │ │ ├── epstopdf │ │ │ ├── etoolbox │ │ │ ├── eurosym │ │ │ ├── fancybox │ │ │ ├── fancyhdr │ │ │ ├── fancyunits-base │ │ │ ├── fancyunits-np │ │ │ ├── fancyunits-per │ │ │ ├── fancyunits_big-fractions │ │ │ ├── fancyunits_medium-fractions │ │ │ ├── fancyunits_small-fractions │ │ │ ├── fancyvrb │ │ │ ├── fhgtechdoku_additional │ │ │ ├── fixme │ │ │ ├── float │ │ │ ├── fontspec │ │ │ ├── geometry │ │ │ ├── german │ │ │ ├── glossaries │ │ │ ├── glosstex │ │ │ ├── graphicx │ │ │ ├── harvard │ │ │ ├── hyperref │ │ │ ├── ifluatex │ │ │ ├── ifpdf │ │ │ ├── iftex │ │ │ ├── ifthen │ │ │ ├── ifvtex │ │ │ ├── ifxetex │ │ │ ├── import │ │ │ ├── jurabib │ │ │ ├── kantlipsum │ │ │ ├── latex-209 │ │ │ ├── latex-dev │ │ │ ├── latex-document │ │ │ ├── latex-l2tabu │ │ │ ├── latex-mathsymbols │ │ │ ├── layout │ │ │ ├── letltxmacro │ │ │ ├── libertine │ │ │ ├── lipsum │ │ │ ├── listings │ │ │ ├── logsys │ │ │ ├── longtable │ │ │ ├── lscape │ │ │ ├── ltxtable │ │ │ ├── luatex │ │ │ ├── luatodonotes │ │ │ ├── manyfoot │ │ │ ├── marvosym │ │ │ ├── mathtools │ │ │ ├── mdframed │ │ │ ├── mdwlist │ │ │ ├── memhfixc │ │ │ ├── menukeys │ │ │ ├── metrix │ │ │ ├── mhchem │ │ │ ├── microtype │ │ │ ├── minted │ │ │ ├── multicol │ │ │ ├── multido │ │ │ ├── multimedia │ │ │ ├── multirow │ │ │ ├── nameref │ │ │ ├── natbib │ │ │ ├── needspace │ │ │ ├── newclude │ │ │ ├── ngerman │ │ │ ├── nicefrac │ │ │ ├── nomencl │ │ │ ├── paracol │ │ │ ├── parskip │ │ │ ├── pdfpages │ │ │ ├── pgf │ │ │ ├── pgfcore │ │ │ ├── pgfplots │ │ │ ├── physics │ │ │ ├── pifont │ │ │ ├── placeins │ │ │ ├── psfrag │ │ │ ├── pst-3d │ │ │ ├── pst-blur │ │ │ ├── pst-char │ │ │ ├── pst-coil │ │ │ ├── pst-eps │ │ │ ├── pst-fill │ │ │ ├── pst-node │ │ │ ├── pst-plot │ │ │ ├── pst-text │ │ │ ├── pst-tree │ │ │ ├── pstricks │ │ │ ├── rotating │ │ │ ├── scraddr │ │ │ ├── scrdate │ │ │ ├── scrlfile │ │ │ ├── scrpage2 │ │ │ ├── scrtime │ │ │ ├── secsty │ │ │ ├── setspace │ │ │ ├── siunitx │ │ │ ├── siunitx-special │ │ │ ├── subcaption │ │ │ ├── subfig │ │ │ ├── subfigure │ │ │ ├── subfiles │ │ │ ├── supertabular │ │ │ ├── svn-multi │ │ │ ├── svninfo │ │ │ ├── tabu │ │ │ ├── tabularx │ │ │ ├── tabulary │ │ │ ├── tex │ │ │ ├── textcomp │ │ │ ├── theorem │ │ │ ├── tikz │ │ │ ├── tikz-cd │ │ │ ├── tikz-timing │ │ │ ├── titlesec │ │ │ ├── tocbibind │ │ │ ├── tocloft │ │ │ ├── todonotes │ │ │ ├── tools │ │ │ │ ├── convert-cwl │ │ │ │ ├── symbols │ │ │ │ ├── symbols-collected │ │ │ │ ├── symbols-generated │ │ │ │ ├── symbols-json │ │ │ │ ├── symbols-merge.py │ │ │ │ ├── symbols-parse-json.py │ │ │ │ ├── symbols.json │ │ │ │ └── unicode-math │ │ │ │ │ ├── README │ │ │ │ │ └── generate-symbols.tex │ │ │ ├── ulem │ │ │ ├── units │ │ │ ├── upgreek │ │ │ ├── url │ │ │ ├── varioref │ │ │ ├── verse │ │ │ ├── virginialake │ │ │ ├── wasysym │ │ │ ├── xcolor │ │ │ ├── xetex │ │ │ ├── xifthen │ │ │ ├── xltxtra │ │ │ ├── xparse │ │ │ ├── xspace │ │ │ ├── xtab │ │ │ ├── xy │ │ │ ├── yathesis │ │ │ └── yfonts │ │ │ ├── debug.vim │ │ │ ├── delim.vim │ │ │ ├── doc.vim │ │ │ ├── echo.vim │ │ │ ├── env.vim │ │ │ ├── fold.vim │ │ │ ├── fold │ │ │ ├── cmd_addplot.vim │ │ │ ├── cmd_multi.vim │ │ │ ├── cmd_single.vim │ │ │ ├── cmd_single_opt.vim │ │ │ ├── comments.vim │ │ │ ├── env_options.vim │ │ │ ├── envs.vim │ │ │ ├── markers.vim │ │ │ ├── preamble.vim │ │ │ └── sections.vim │ │ │ ├── format.vim │ │ │ ├── fzf.vim │ │ │ ├── imaps.vim │ │ │ ├── include.vim │ │ │ ├── info.vim │ │ │ ├── kpsewhich.vim │ │ │ ├── log.vim │ │ │ ├── matchparen.vim │ │ │ ├── misc.vim │ │ │ ├── motion.vim │ │ │ ├── parser.vim │ │ │ ├── parser │ │ │ ├── general.vim │ │ │ └── toc.vim │ │ │ ├── paths.vim │ │ │ ├── pos.vim │ │ │ ├── process.vim │ │ │ ├── profile.vim │ │ │ ├── qf.vim │ │ │ ├── qf │ │ │ ├── biblatex.vim │ │ │ ├── bibtex.vim │ │ │ ├── latexlog.vim │ │ │ ├── pplatex.vim │ │ │ └── pulp.vim │ │ │ ├── re.vim │ │ │ ├── scratch.vim │ │ │ ├── state.vim │ │ │ ├── syntax.vim │ │ │ ├── syntax │ │ │ ├── load.vim │ │ │ ├── misc.vim │ │ │ └── p │ │ │ │ ├── amsmath.vim │ │ │ │ ├── array.vim │ │ │ │ ├── asymptote.vim │ │ │ │ ├── beamer.vim │ │ │ │ ├── biblatex.vim │ │ │ │ ├── cleveref.vim │ │ │ │ ├── csquotes.vim │ │ │ │ ├── dot2texi.vim │ │ │ │ ├── gnuplottex.vim │ │ │ │ ├── hyperref.vim │ │ │ │ ├── listings.vim │ │ │ │ ├── luacode.vim │ │ │ │ ├── minted.vim │ │ │ │ ├── moreverb.vim │ │ │ │ ├── natbib.vim │ │ │ │ ├── pdfpages.vim │ │ │ │ ├── pythontex.vim │ │ │ │ ├── subfile.vim │ │ │ │ ├── tabularx.vim │ │ │ │ ├── url.vim │ │ │ │ └── varioref.vim │ │ │ ├── text_obj.vim │ │ │ ├── toc.vim │ │ │ ├── util.vim │ │ │ ├── view.vim │ │ │ ├── view │ │ │ ├── common.vim │ │ │ ├── general.vim │ │ │ ├── mupdf.vim │ │ │ ├── skim.vim │ │ │ └── zathura.vim │ │ │ └── vimcomplete.bst │ │ ├── doc │ │ └── vimtex.txt │ │ ├── ftplugin │ │ ├── bib.vim │ │ └── tex.vim │ │ ├── indent │ │ ├── bib.vim │ │ └── tex.vim │ │ ├── media │ │ └── quick_start.gif │ │ └── rplugin │ │ └── python3 │ │ └── denite │ │ └── source │ │ └── vimtex.py ├── colors │ ├── mycolor.vim │ └── nslib_color256.vim ├── macros │ └── gdb_mappings.vim ├── shell │ └── genfiletags.sh ├── sky8336 │ ├── gen_load_Ctags_Cscope.vim │ ├── plugin.vim │ ├── plugin_setting.vim │ ├── setTitle.vim │ └── stripTrailing.vim ├── syntax │ └── txt.vim └── tools │ └── MTHTTPServerWFM.py ├── .vimrc ├── .ycm_extra_conf.py ├── README.md ├── clone_plug_offline.sh ├── common.sh ├── install.sh ├── my_help ├── debug │ ├── adb_command.txt │ └── debug_cmd.md ├── git │ ├── git_command.md │ ├── git_push.md │ ├── git_submodule.md │ └── gitattributes ├── program_language │ └── c_operator_precedence.txt ├── skyVim_feature_and_plugin_list.md ├── skyVim_plugin_instructions.md ├── skyVim_quick_start_guide.md ├── skyVim_shortcut_key.md ├── trouble_shooting.md ├── ubuntu │ ├── linux_command.md │ ├── tools.md │ ├── ubuntu_shortcuts.md │ ├── ubuntu_work_env_setup.md │ ├── ubuntu_work_env_setup.sh │ ├── vimium.md │ └── work_help.md └── vim │ ├── vim_command.md │ └── vim_usage_ref.md ├── neovim ├── .gitignore ├── .nvim │ ├── .VimballRecord │ ├── .netrwhist │ ├── autoload │ │ └── plug.vim │ ├── bundle │ │ ├── vim-repl │ │ │ ├── .gitignore │ │ │ ├── README.md │ │ │ ├── assets │ │ │ │ ├── debug-python.gif │ │ │ │ ├── repl.gif │ │ │ │ ├── usage-1.gif │ │ │ │ ├── usage-3.gif │ │ │ │ └── usage2.gif │ │ │ ├── autoload │ │ │ │ ├── formatpythoncode.py │ │ │ │ ├── formatpythoncode.pyc │ │ │ │ ├── repl.vim │ │ │ │ ├── replforwin32.vim │ │ │ │ ├── replpython.py │ │ │ │ ├── replpython.pyc │ │ │ │ └── testspeedrawcode.txt │ │ │ ├── doc │ │ │ │ ├── autoformatpythonstatement.txt │ │ │ │ └── tags │ │ │ ├── ftplugin │ │ │ │ ├── perl │ │ │ │ │ └── psh │ │ │ │ └── python │ │ │ │ │ └── python-repl.vim │ │ │ ├── plugin │ │ │ │ ├── default.vim │ │ │ │ ├── test.py │ │ │ │ └── vim-repl.vim │ │ │ ├── readme │ │ │ └── test │ │ │ │ ├── UUUU.log │ │ │ │ ├── comment.py │ │ │ │ ├── function1.py │ │ │ │ ├── gcd.py │ │ │ │ ├── long_sentence.py │ │ │ │ ├── perl │ │ │ │ └── test.pl │ │ │ │ ├── python.db │ │ │ │ ├── pythonpdb.py │ │ │ │ ├── test.py │ │ │ │ ├── test_automerge.py │ │ │ │ ├── test_autosend.py │ │ │ │ ├── test_class.py │ │ │ │ ├── test_dill.py │ │ │ │ ├── test_error.py │ │ │ │ ├── test_gcn.py │ │ │ │ ├── test_multi_lines.py │ │ │ │ ├── test_space.py │ │ │ │ ├── testforsleep.py │ │ │ │ ├── testgcd.py │ │ │ │ ├── testif.py │ │ │ │ ├── testlongsentence.py │ │ │ │ └── testnumpy.py │ │ └── vimtex │ │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE │ │ │ │ ├── feature_request.md │ │ │ │ └── issue_report.md │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── .vintrc.yaml │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── after │ │ │ ├── ftplugin │ │ │ │ └── tex.vim │ │ │ └── syntax │ │ │ │ └── tex.vim │ │ │ ├── autoload │ │ │ ├── health │ │ │ │ └── vimtex.vim │ │ │ ├── unite │ │ │ │ └── sources │ │ │ │ │ └── vimtex.vim │ │ │ ├── vimtex.vim │ │ │ └── vimtex │ │ │ │ ├── cmd.vim │ │ │ │ ├── compiler.vim │ │ │ │ ├── compiler │ │ │ │ ├── arara.vim │ │ │ │ ├── latexmk.vim │ │ │ │ ├── latexrun.vim │ │ │ │ └── tectonic.vim │ │ │ │ ├── complete.vim │ │ │ │ ├── complete │ │ │ │ ├── abntcite │ │ │ │ ├── acro │ │ │ │ ├── acronym │ │ │ │ ├── afterpage │ │ │ │ ├── algorithm2e │ │ │ │ ├── allrunes │ │ │ │ ├── amsbsy │ │ │ │ ├── amsfonts │ │ │ │ ├── amsmath │ │ │ │ ├── amsopn │ │ │ │ ├── amssymb │ │ │ │ ├── amsthm │ │ │ │ ├── appendix │ │ │ │ ├── array │ │ │ │ ├── attachfile │ │ │ │ ├── babel │ │ │ │ ├── beamerfoils │ │ │ │ ├── beamerprosper │ │ │ │ ├── beamerseminar │ │ │ │ ├── beamertexpower │ │ │ │ ├── beamerthemeFhG │ │ │ │ ├── biblatex │ │ │ │ ├── bm │ │ │ │ ├── booktabs │ │ │ │ ├── braket │ │ │ │ ├── calc │ │ │ │ ├── cancel │ │ │ │ ├── caption │ │ │ │ ├── cases │ │ │ │ ├── chemformula │ │ │ │ ├── chemstyle │ │ │ │ ├── circuitikz │ │ │ │ ├── class-beamer │ │ │ │ ├── class-book │ │ │ │ ├── class-letter │ │ │ │ ├── class-memoir │ │ │ │ ├── class-moderncv │ │ │ │ ├── class-scrartcl │ │ │ │ ├── class-scrartcl,scrreprt,scrbook │ │ │ │ ├── class-scrbook │ │ │ │ ├── class-scrlttr2 │ │ │ │ ├── class-scrreprt │ │ │ │ ├── cleveref │ │ │ │ ├── color │ │ │ │ ├── colortbl │ │ │ │ ├── commath │ │ │ │ ├── comment │ │ │ │ ├── coordsys │ │ │ │ ├── cquthesis │ │ │ │ ├── csquotes │ │ │ │ ├── currvita │ │ │ │ ├── cyrillic │ │ │ │ ├── datatool │ │ │ │ ├── datatool-base │ │ │ │ ├── default │ │ │ │ ├── diagxy │ │ │ │ ├── doi │ │ │ │ ├── empheq │ │ │ │ ├── enumerate │ │ │ │ ├── epigraph │ │ │ │ ├── epstopdf │ │ │ │ ├── etoolbox │ │ │ │ ├── eurosym │ │ │ │ ├── fancybox │ │ │ │ ├── fancyhdr │ │ │ │ ├── fancyunits-base │ │ │ │ ├── fancyunits-np │ │ │ │ ├── fancyunits-per │ │ │ │ ├── fancyunits_big-fractions │ │ │ │ ├── fancyunits_medium-fractions │ │ │ │ ├── fancyunits_small-fractions │ │ │ │ ├── fancyvrb │ │ │ │ ├── fhgtechdoku_additional │ │ │ │ ├── fixme │ │ │ │ ├── float │ │ │ │ ├── fontspec │ │ │ │ ├── geometry │ │ │ │ ├── german │ │ │ │ ├── glossaries │ │ │ │ ├── glosstex │ │ │ │ ├── graphicx │ │ │ │ ├── harvard │ │ │ │ ├── hyperref │ │ │ │ ├── ifluatex │ │ │ │ ├── ifpdf │ │ │ │ ├── iftex │ │ │ │ ├── ifthen │ │ │ │ ├── ifvtex │ │ │ │ ├── ifxetex │ │ │ │ ├── import │ │ │ │ ├── jurabib │ │ │ │ ├── kantlipsum │ │ │ │ ├── latex-209 │ │ │ │ ├── latex-dev │ │ │ │ ├── latex-document │ │ │ │ ├── latex-l2tabu │ │ │ │ ├── latex-mathsymbols │ │ │ │ ├── layout │ │ │ │ ├── letltxmacro │ │ │ │ ├── libertine │ │ │ │ ├── lipsum │ │ │ │ ├── listings │ │ │ │ ├── logsys │ │ │ │ ├── longtable │ │ │ │ ├── lscape │ │ │ │ ├── ltxtable │ │ │ │ ├── luatex │ │ │ │ ├── luatodonotes │ │ │ │ ├── manyfoot │ │ │ │ ├── marvosym │ │ │ │ ├── mathtools │ │ │ │ ├── mdframed │ │ │ │ ├── mdwlist │ │ │ │ ├── memhfixc │ │ │ │ ├── menukeys │ │ │ │ ├── metrix │ │ │ │ ├── mhchem │ │ │ │ ├── microtype │ │ │ │ ├── minted │ │ │ │ ├── multicol │ │ │ │ ├── multido │ │ │ │ ├── multimedia │ │ │ │ ├── multirow │ │ │ │ ├── nameref │ │ │ │ ├── natbib │ │ │ │ ├── needspace │ │ │ │ ├── newclude │ │ │ │ ├── ngerman │ │ │ │ ├── nicefrac │ │ │ │ ├── nomencl │ │ │ │ ├── paracol │ │ │ │ ├── parskip │ │ │ │ ├── pdfpages │ │ │ │ ├── pgf │ │ │ │ ├── pgfcore │ │ │ │ ├── pgfplots │ │ │ │ ├── physics │ │ │ │ ├── pifont │ │ │ │ ├── placeins │ │ │ │ ├── psfrag │ │ │ │ ├── pst-3d │ │ │ │ ├── pst-blur │ │ │ │ ├── pst-char │ │ │ │ ├── pst-coil │ │ │ │ ├── pst-eps │ │ │ │ ├── pst-fill │ │ │ │ ├── pst-node │ │ │ │ ├── pst-plot │ │ │ │ ├── pst-text │ │ │ │ ├── pst-tree │ │ │ │ ├── pstricks │ │ │ │ ├── rotating │ │ │ │ ├── scraddr │ │ │ │ ├── scrdate │ │ │ │ ├── scrlfile │ │ │ │ ├── scrpage2 │ │ │ │ ├── scrtime │ │ │ │ ├── secsty │ │ │ │ ├── setspace │ │ │ │ ├── siunitx │ │ │ │ ├── siunitx-special │ │ │ │ ├── subcaption │ │ │ │ ├── subfig │ │ │ │ ├── subfigure │ │ │ │ ├── subfiles │ │ │ │ ├── supertabular │ │ │ │ ├── svn-multi │ │ │ │ ├── svninfo │ │ │ │ ├── tabu │ │ │ │ ├── tabularx │ │ │ │ ├── tabulary │ │ │ │ ├── tex │ │ │ │ ├── textcomp │ │ │ │ ├── theorem │ │ │ │ ├── tikz │ │ │ │ ├── tikz-cd │ │ │ │ ├── tikz-timing │ │ │ │ ├── titlesec │ │ │ │ ├── tocbibind │ │ │ │ ├── tocloft │ │ │ │ ├── todonotes │ │ │ │ ├── tools │ │ │ │ │ ├── convert-cwl │ │ │ │ │ ├── symbols │ │ │ │ │ ├── symbols-collected │ │ │ │ │ ├── symbols-generated │ │ │ │ │ ├── symbols-json │ │ │ │ │ ├── symbols-merge.py │ │ │ │ │ ├── symbols-parse-json.py │ │ │ │ │ ├── symbols.json │ │ │ │ │ └── unicode-math │ │ │ │ │ │ ├── README │ │ │ │ │ │ └── generate-symbols.tex │ │ │ │ ├── ulem │ │ │ │ ├── units │ │ │ │ ├── upgreek │ │ │ │ ├── url │ │ │ │ ├── varioref │ │ │ │ ├── verse │ │ │ │ ├── virginialake │ │ │ │ ├── wasysym │ │ │ │ ├── xcolor │ │ │ │ ├── xetex │ │ │ │ ├── xifthen │ │ │ │ ├── xltxtra │ │ │ │ ├── xparse │ │ │ │ ├── xspace │ │ │ │ ├── xtab │ │ │ │ ├── xy │ │ │ │ ├── yathesis │ │ │ │ └── yfonts │ │ │ │ ├── debug.vim │ │ │ │ ├── delim.vim │ │ │ │ ├── doc.vim │ │ │ │ ├── echo.vim │ │ │ │ ├── env.vim │ │ │ │ ├── fold.vim │ │ │ │ ├── fold │ │ │ │ ├── cmd_addplot.vim │ │ │ │ ├── cmd_multi.vim │ │ │ │ ├── cmd_single.vim │ │ │ │ ├── cmd_single_opt.vim │ │ │ │ ├── comments.vim │ │ │ │ ├── env_options.vim │ │ │ │ ├── envs.vim │ │ │ │ ├── markers.vim │ │ │ │ ├── preamble.vim │ │ │ │ └── sections.vim │ │ │ │ ├── format.vim │ │ │ │ ├── fzf.vim │ │ │ │ ├── imaps.vim │ │ │ │ ├── include.vim │ │ │ │ ├── info.vim │ │ │ │ ├── kpsewhich.vim │ │ │ │ ├── log.vim │ │ │ │ ├── matchparen.vim │ │ │ │ ├── misc.vim │ │ │ │ ├── motion.vim │ │ │ │ ├── parser.vim │ │ │ │ ├── parser │ │ │ │ ├── general.vim │ │ │ │ └── toc.vim │ │ │ │ ├── paths.vim │ │ │ │ ├── pos.vim │ │ │ │ ├── process.vim │ │ │ │ ├── profile.vim │ │ │ │ ├── qf.vim │ │ │ │ ├── qf │ │ │ │ ├── biblatex.vim │ │ │ │ ├── bibtex.vim │ │ │ │ ├── latexlog.vim │ │ │ │ ├── pplatex.vim │ │ │ │ └── pulp.vim │ │ │ │ ├── re.vim │ │ │ │ ├── scratch.vim │ │ │ │ ├── state.vim │ │ │ │ ├── syntax.vim │ │ │ │ ├── syntax │ │ │ │ ├── load.vim │ │ │ │ ├── misc.vim │ │ │ │ └── p │ │ │ │ │ ├── amsmath.vim │ │ │ │ │ ├── array.vim │ │ │ │ │ ├── asymptote.vim │ │ │ │ │ ├── beamer.vim │ │ │ │ │ ├── biblatex.vim │ │ │ │ │ ├── cleveref.vim │ │ │ │ │ ├── csquotes.vim │ │ │ │ │ ├── dot2texi.vim │ │ │ │ │ ├── gnuplottex.vim │ │ │ │ │ ├── hyperref.vim │ │ │ │ │ ├── listings.vim │ │ │ │ │ ├── luacode.vim │ │ │ │ │ ├── minted.vim │ │ │ │ │ ├── moreverb.vim │ │ │ │ │ ├── natbib.vim │ │ │ │ │ ├── pdfpages.vim │ │ │ │ │ ├── pythontex.vim │ │ │ │ │ ├── subfile.vim │ │ │ │ │ ├── tabularx.vim │ │ │ │ │ ├── url.vim │ │ │ │ │ └── varioref.vim │ │ │ │ ├── text_obj.vim │ │ │ │ ├── toc.vim │ │ │ │ ├── util.vim │ │ │ │ ├── view.vim │ │ │ │ ├── view │ │ │ │ ├── common.vim │ │ │ │ ├── general.vim │ │ │ │ ├── mupdf.vim │ │ │ │ ├── skim.vim │ │ │ │ └── zathura.vim │ │ │ │ └── vimcomplete.bst │ │ │ ├── doc │ │ │ └── vimtex.txt │ │ │ ├── ftplugin │ │ │ ├── bib.vim │ │ │ └── tex.vim │ │ │ ├── indent │ │ │ ├── bib.vim │ │ │ └── tex.vim │ │ │ ├── media │ │ │ └── quick_start.gif │ │ │ └── rplugin │ │ │ └── python3 │ │ │ └── denite │ │ │ └── source │ │ │ └── vimtex.py │ ├── colors │ │ ├── mycolor.vim │ │ └── nslib_color256.vim │ ├── macros │ │ └── gdb_mappings.vim │ ├── shell │ │ └── genfiletags.sh │ ├── sky8336 │ │ ├── gen_load_Ctags_Cscope.vim │ │ ├── plugin.vim │ │ ├── plugin_setting.vim │ │ ├── setTitle.vim │ │ └── stripTrailing.vim │ ├── syntax │ │ └── txt.vim │ └── tools │ │ └── MTHTTPServerWFM.py ├── build_install_neovim.sh ├── config.sh ├── install │ └── install_using_appimage.sh ├── nvim │ ├── .nvim │ │ ├── .VimballRecord │ │ └── .netrwhist │ ├── autoload │ │ └── plug.vim │ ├── bundle │ │ ├── vim-repl │ │ │ ├── .gitignore │ │ │ ├── README.md │ │ │ ├── assets │ │ │ │ ├── debug-python.gif │ │ │ │ ├── repl.gif │ │ │ │ ├── usage-1.gif │ │ │ │ ├── usage-3.gif │ │ │ │ └── usage2.gif │ │ │ ├── autoload │ │ │ │ ├── formatpythoncode.py │ │ │ │ ├── formatpythoncode.pyc │ │ │ │ ├── repl.vim │ │ │ │ ├── replforwin32.vim │ │ │ │ ├── replpython.py │ │ │ │ ├── replpython.pyc │ │ │ │ └── testspeedrawcode.txt │ │ │ ├── doc │ │ │ │ ├── autoformatpythonstatement.txt │ │ │ │ └── tags │ │ │ ├── ftplugin │ │ │ │ ├── perl │ │ │ │ │ └── psh │ │ │ │ └── python │ │ │ │ │ └── python-repl.vim │ │ │ ├── plugin │ │ │ │ ├── default.vim │ │ │ │ ├── test.py │ │ │ │ └── vim-repl.vim │ │ │ ├── readme │ │ │ └── test │ │ │ │ ├── UUUU.log │ │ │ │ ├── comment.py │ │ │ │ ├── function1.py │ │ │ │ ├── gcd.py │ │ │ │ ├── long_sentence.py │ │ │ │ ├── perl │ │ │ │ └── test.pl │ │ │ │ ├── python.db │ │ │ │ ├── pythonpdb.py │ │ │ │ ├── test.py │ │ │ │ ├── test_automerge.py │ │ │ │ ├── test_autosend.py │ │ │ │ ├── test_class.py │ │ │ │ ├── test_dill.py │ │ │ │ ├── test_error.py │ │ │ │ ├── test_gcn.py │ │ │ │ ├── test_multi_lines.py │ │ │ │ ├── test_space.py │ │ │ │ ├── testforsleep.py │ │ │ │ ├── testgcd.py │ │ │ │ ├── testif.py │ │ │ │ ├── testlongsentence.py │ │ │ │ └── testnumpy.py │ │ └── vimtex │ │ │ ├── .github │ │ │ └── ISSUE_TEMPLATE │ │ │ │ ├── feature_request.md │ │ │ │ └── issue_report.md │ │ │ ├── .gitignore │ │ │ ├── .travis.yml │ │ │ ├── .vintrc.yaml │ │ │ ├── CONTRIBUTING.md │ │ │ ├── LICENSE.md │ │ │ ├── README.md │ │ │ ├── after │ │ │ ├── ftplugin │ │ │ │ └── tex.vim │ │ │ └── syntax │ │ │ │ └── tex.vim │ │ │ ├── autoload │ │ │ ├── health │ │ │ │ └── vimtex.vim │ │ │ ├── unite │ │ │ │ └── sources │ │ │ │ │ └── vimtex.vim │ │ │ ├── vimtex.vim │ │ │ └── vimtex │ │ │ │ ├── cmd.vim │ │ │ │ ├── compiler.vim │ │ │ │ ├── compiler │ │ │ │ ├── arara.vim │ │ │ │ ├── latexmk.vim │ │ │ │ ├── latexrun.vim │ │ │ │ └── tectonic.vim │ │ │ │ ├── complete.vim │ │ │ │ ├── complete │ │ │ │ ├── abntcite │ │ │ │ ├── acro │ │ │ │ ├── acronym │ │ │ │ ├── afterpage │ │ │ │ ├── algorithm2e │ │ │ │ ├── allrunes │ │ │ │ ├── amsbsy │ │ │ │ ├── amsfonts │ │ │ │ ├── amsmath │ │ │ │ ├── amsopn │ │ │ │ ├── amssymb │ │ │ │ ├── amsthm │ │ │ │ ├── appendix │ │ │ │ ├── array │ │ │ │ ├── attachfile │ │ │ │ ├── babel │ │ │ │ ├── beamerfoils │ │ │ │ ├── beamerprosper │ │ │ │ ├── beamerseminar │ │ │ │ ├── beamertexpower │ │ │ │ ├── beamerthemeFhG │ │ │ │ ├── biblatex │ │ │ │ ├── bm │ │ │ │ ├── booktabs │ │ │ │ ├── braket │ │ │ │ ├── calc │ │ │ │ ├── cancel │ │ │ │ ├── caption │ │ │ │ ├── cases │ │ │ │ ├── chemformula │ │ │ │ ├── chemstyle │ │ │ │ ├── circuitikz │ │ │ │ ├── class-beamer │ │ │ │ ├── class-book │ │ │ │ ├── class-letter │ │ │ │ ├── class-memoir │ │ │ │ ├── class-moderncv │ │ │ │ ├── class-scrartcl │ │ │ │ ├── class-scrartcl,scrreprt,scrbook │ │ │ │ ├── class-scrbook │ │ │ │ ├── class-scrlttr2 │ │ │ │ ├── class-scrreprt │ │ │ │ ├── cleveref │ │ │ │ ├── color │ │ │ │ ├── colortbl │ │ │ │ ├── commath │ │ │ │ ├── comment │ │ │ │ ├── coordsys │ │ │ │ ├── cquthesis │ │ │ │ ├── csquotes │ │ │ │ ├── currvita │ │ │ │ ├── cyrillic │ │ │ │ ├── datatool │ │ │ │ ├── datatool-base │ │ │ │ ├── default │ │ │ │ ├── diagxy │ │ │ │ ├── doi │ │ │ │ ├── empheq │ │ │ │ ├── enumerate │ │ │ │ ├── epigraph │ │ │ │ ├── epstopdf │ │ │ │ ├── etoolbox │ │ │ │ ├── eurosym │ │ │ │ ├── fancybox │ │ │ │ ├── fancyhdr │ │ │ │ ├── fancyunits-base │ │ │ │ ├── fancyunits-np │ │ │ │ ├── fancyunits-per │ │ │ │ ├── fancyunits_big-fractions │ │ │ │ ├── fancyunits_medium-fractions │ │ │ │ ├── fancyunits_small-fractions │ │ │ │ ├── fancyvrb │ │ │ │ ├── fhgtechdoku_additional │ │ │ │ ├── fixme │ │ │ │ ├── float │ │ │ │ ├── fontspec │ │ │ │ ├── geometry │ │ │ │ ├── german │ │ │ │ ├── glossaries │ │ │ │ ├── glosstex │ │ │ │ ├── graphicx │ │ │ │ ├── harvard │ │ │ │ ├── hyperref │ │ │ │ ├── ifluatex │ │ │ │ ├── ifpdf │ │ │ │ ├── iftex │ │ │ │ ├── ifthen │ │ │ │ ├── ifvtex │ │ │ │ ├── ifxetex │ │ │ │ ├── import │ │ │ │ ├── jurabib │ │ │ │ ├── kantlipsum │ │ │ │ ├── latex-209 │ │ │ │ ├── latex-dev │ │ │ │ ├── latex-document │ │ │ │ ├── latex-l2tabu │ │ │ │ ├── latex-mathsymbols │ │ │ │ ├── layout │ │ │ │ ├── letltxmacro │ │ │ │ ├── libertine │ │ │ │ ├── lipsum │ │ │ │ ├── listings │ │ │ │ ├── logsys │ │ │ │ ├── longtable │ │ │ │ ├── lscape │ │ │ │ ├── ltxtable │ │ │ │ ├── luatex │ │ │ │ ├── luatodonotes │ │ │ │ ├── manyfoot │ │ │ │ ├── marvosym │ │ │ │ ├── mathtools │ │ │ │ ├── mdframed │ │ │ │ ├── mdwlist │ │ │ │ ├── memhfixc │ │ │ │ ├── menukeys │ │ │ │ ├── metrix │ │ │ │ ├── mhchem │ │ │ │ ├── microtype │ │ │ │ ├── minted │ │ │ │ ├── multicol │ │ │ │ ├── multido │ │ │ │ ├── multimedia │ │ │ │ ├── multirow │ │ │ │ ├── nameref │ │ │ │ ├── natbib │ │ │ │ ├── needspace │ │ │ │ ├── newclude │ │ │ │ ├── ngerman │ │ │ │ ├── nicefrac │ │ │ │ ├── nomencl │ │ │ │ ├── paracol │ │ │ │ ├── parskip │ │ │ │ ├── pdfpages │ │ │ │ ├── pgf │ │ │ │ ├── pgfcore │ │ │ │ ├── pgfplots │ │ │ │ ├── physics │ │ │ │ ├── pifont │ │ │ │ ├── placeins │ │ │ │ ├── psfrag │ │ │ │ ├── pst-3d │ │ │ │ ├── pst-blur │ │ │ │ ├── pst-char │ │ │ │ ├── pst-coil │ │ │ │ ├── pst-eps │ │ │ │ ├── pst-fill │ │ │ │ ├── pst-node │ │ │ │ ├── pst-plot │ │ │ │ ├── pst-text │ │ │ │ ├── pst-tree │ │ │ │ ├── pstricks │ │ │ │ ├── rotating │ │ │ │ ├── scraddr │ │ │ │ ├── scrdate │ │ │ │ ├── scrlfile │ │ │ │ ├── scrpage2 │ │ │ │ ├── scrtime │ │ │ │ ├── secsty │ │ │ │ ├── setspace │ │ │ │ ├── siunitx │ │ │ │ ├── siunitx-special │ │ │ │ ├── subcaption │ │ │ │ ├── subfig │ │ │ │ ├── subfigure │ │ │ │ ├── subfiles │ │ │ │ ├── supertabular │ │ │ │ ├── svn-multi │ │ │ │ ├── svninfo │ │ │ │ ├── tabu │ │ │ │ ├── tabularx │ │ │ │ ├── tabulary │ │ │ │ ├── tex │ │ │ │ ├── textcomp │ │ │ │ ├── theorem │ │ │ │ ├── tikz │ │ │ │ ├── tikz-cd │ │ │ │ ├── tikz-timing │ │ │ │ ├── titlesec │ │ │ │ ├── tocbibind │ │ │ │ ├── tocloft │ │ │ │ ├── todonotes │ │ │ │ ├── tools │ │ │ │ │ ├── convert-cwl │ │ │ │ │ ├── symbols │ │ │ │ │ ├── symbols-collected │ │ │ │ │ ├── symbols-generated │ │ │ │ │ ├── symbols-json │ │ │ │ │ ├── symbols-merge.py │ │ │ │ │ ├── symbols-parse-json.py │ │ │ │ │ ├── symbols.json │ │ │ │ │ └── unicode-math │ │ │ │ │ │ ├── README │ │ │ │ │ │ └── generate-symbols.tex │ │ │ │ ├── ulem │ │ │ │ ├── units │ │ │ │ ├── upgreek │ │ │ │ ├── url │ │ │ │ ├── varioref │ │ │ │ ├── verse │ │ │ │ ├── virginialake │ │ │ │ ├── wasysym │ │ │ │ ├── xcolor │ │ │ │ ├── xetex │ │ │ │ ├── xifthen │ │ │ │ ├── xltxtra │ │ │ │ ├── xparse │ │ │ │ ├── xspace │ │ │ │ ├── xtab │ │ │ │ ├── xy │ │ │ │ ├── yathesis │ │ │ │ └── yfonts │ │ │ │ ├── debug.vim │ │ │ │ ├── delim.vim │ │ │ │ ├── doc.vim │ │ │ │ ├── echo.vim │ │ │ │ ├── env.vim │ │ │ │ ├── fold.vim │ │ │ │ ├── fold │ │ │ │ ├── cmd_addplot.vim │ │ │ │ ├── cmd_multi.vim │ │ │ │ ├── cmd_single.vim │ │ │ │ ├── cmd_single_opt.vim │ │ │ │ ├── comments.vim │ │ │ │ ├── env_options.vim │ │ │ │ ├── envs.vim │ │ │ │ ├── markers.vim │ │ │ │ ├── preamble.vim │ │ │ │ └── sections.vim │ │ │ │ ├── format.vim │ │ │ │ ├── fzf.vim │ │ │ │ ├── imaps.vim │ │ │ │ ├── include.vim │ │ │ │ ├── info.vim │ │ │ │ ├── kpsewhich.vim │ │ │ │ ├── log.vim │ │ │ │ ├── matchparen.vim │ │ │ │ ├── misc.vim │ │ │ │ ├── motion.vim │ │ │ │ ├── parser.vim │ │ │ │ ├── parser │ │ │ │ ├── general.vim │ │ │ │ └── toc.vim │ │ │ │ ├── paths.vim │ │ │ │ ├── pos.vim │ │ │ │ ├── process.vim │ │ │ │ ├── profile.vim │ │ │ │ ├── qf.vim │ │ │ │ ├── qf │ │ │ │ ├── biblatex.vim │ │ │ │ ├── bibtex.vim │ │ │ │ ├── latexlog.vim │ │ │ │ ├── pplatex.vim │ │ │ │ └── pulp.vim │ │ │ │ ├── re.vim │ │ │ │ ├── scratch.vim │ │ │ │ ├── state.vim │ │ │ │ ├── syntax.vim │ │ │ │ ├── syntax │ │ │ │ ├── load.vim │ │ │ │ ├── misc.vim │ │ │ │ └── p │ │ │ │ │ ├── amsmath.vim │ │ │ │ │ ├── array.vim │ │ │ │ │ ├── asymptote.vim │ │ │ │ │ ├── beamer.vim │ │ │ │ │ ├── biblatex.vim │ │ │ │ │ ├── cleveref.vim │ │ │ │ │ ├── csquotes.vim │ │ │ │ │ ├── dot2texi.vim │ │ │ │ │ ├── gnuplottex.vim │ │ │ │ │ ├── hyperref.vim │ │ │ │ │ ├── listings.vim │ │ │ │ │ ├── luacode.vim │ │ │ │ │ ├── minted.vim │ │ │ │ │ ├── moreverb.vim │ │ │ │ │ ├── natbib.vim │ │ │ │ │ ├── pdfpages.vim │ │ │ │ │ ├── pythontex.vim │ │ │ │ │ ├── subfile.vim │ │ │ │ │ ├── tabularx.vim │ │ │ │ │ ├── url.vim │ │ │ │ │ └── varioref.vim │ │ │ │ ├── text_obj.vim │ │ │ │ ├── toc.vim │ │ │ │ ├── util.vim │ │ │ │ ├── view.vim │ │ │ │ ├── view │ │ │ │ ├── common.vim │ │ │ │ ├── general.vim │ │ │ │ ├── mupdf.vim │ │ │ │ ├── skim.vim │ │ │ │ └── zathura.vim │ │ │ │ └── vimcomplete.bst │ │ │ ├── doc │ │ │ └── vimtex.txt │ │ │ ├── ftplugin │ │ │ ├── bib.vim │ │ │ └── tex.vim │ │ │ ├── indent │ │ │ ├── bib.vim │ │ │ └── tex.vim │ │ │ ├── media │ │ │ └── quick_start.gif │ │ │ └── rplugin │ │ │ └── python3 │ │ │ └── denite │ │ │ └── source │ │ │ └── vimtex.py │ ├── colors │ │ ├── mycolor.vim │ │ └── nslib_color256.vim │ ├── init.vim │ ├── macros │ │ └── gdb_mappings.vim │ ├── shell │ │ └── genfiletags.sh │ ├── sky8336 │ │ ├── gen_load_Ctags_Cscope.vim │ │ ├── plugin.vim │ │ ├── plugin_setting.vim │ │ ├── setTitle.vim │ │ └── stripTrailing.vim │ ├── syntax │ │ └── txt.vim │ └── tools │ │ └── MTHTTPServerWFM.py └── readme.md ├── test ├── .gitignore ├── airline_test │ └── tcp_client.c ├── code_style │ ├── bad_style.c │ └── bad_style.cpp ├── gdb_test │ └── short_connection │ │ ├── .gitignore │ │ ├── .root │ │ ├── Makefile │ │ ├── readme.txt │ │ ├── tcp_client.c │ │ ├── tcp_client2.c │ │ └── tcp_server.c ├── markdown.md ├── multiplecursors.c ├── tablify_test.txt ├── tex │ ├── .gitignore │ └── 1.tex └── vim-repl.sh ├── update.sh ├── utils.sh ├── utils ├── .gitignore ├── .gitkeep ├── .logo │ ├── sky8336_ascii_black.txt │ ├── sky8336_ascii_blue.txt │ ├── sky8336_ascii_blue_cyan.txt │ ├── sky8336_ascii_blue_cyan_blink2.txt │ ├── sky8336_ascii_blue_yellow.txt │ ├── sky8336_ascii_cyan.txt │ ├── sky8336_ascii_cyan_blue.txt │ ├── sky8336_ascii_cyan_green.txt │ ├── sky8336_ascii_green.txt │ ├── sky8336_ascii_green_black.txt │ ├── sky8336_ascii_green_blue.txt │ ├── sky8336_ascii_green_cyan.txt │ ├── sky8336_ascii_green_magenta.txt │ ├── sky8336_ascii_green_white1.txt │ ├── sky8336_ascii_green_yellow.txt │ ├── sky8336_ascii_red.txt │ ├── sky8336_ascii_red_blue.txt │ ├── sky8336_ascii_red_blue_blink1.txt │ ├── sky8336_ascii_red_cyan.txt │ ├── sky8336_ascii_red_magenta.txt │ ├── sky8336_ascii_white.txt │ └── sky8336_ascii_yellow.txt ├── ASCII-sky8336-color.txt ├── auto_format ├── build_install_gtags.sh ├── clean_disk.sh ├── config_vim_user.sh ├── install_ack_for_ctrlsf.sh ├── install_cpp_man_manual.sh ├── install_new_Language_Servers.sh ├── install_pdf_viewer_for_vimtex.sh ├── install_universal-ctags.sh ├── install_vim-autoformat_tools.sh ├── knlcscope.sh ├── locktoesc.sh ├── replace └── viman └── vimscript ├── 1.hello-VimScript.vim ├── 2.data_type.vim ├── 3.1.variable.vim ├── 3.2.variable.vim ├── 3.3.variable.vim ├── 4.1.if.vim ├── 4.2.while.vim ├── 4.3.for.vim ├── 5.1.func.vim ├── 6.1.scope.vim └── 6.2.special_variable_scope.vim /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | *.bak 3 | skyVim-plug 4 | -------------------------------------------------------------------------------- /.self_mod/.bashrc_append: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.self_mod/.bashrc_append -------------------------------------------------------------------------------- /.self_mod/.plugin_patch/taglist_vim.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.self_mod/.plugin_patch/taglist_vim.patch -------------------------------------------------------------------------------- /.self_mod/.plugin_self-mod/snipmate.vim/snippets/c.snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.self_mod/.plugin_self-mod/snipmate.vim/snippets/c.snippets -------------------------------------------------------------------------------- /.self_mod/highlight_code.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.self_mod/highlight_code.vim -------------------------------------------------------------------------------- /.self_mod/plugin_self_bak/hlud.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.self_mod/plugin_self_bak/hlud.vim -------------------------------------------------------------------------------- /.vim/.VimballRecord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/.VimballRecord -------------------------------------------------------------------------------- /.vim/.netrwhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/.netrwhist -------------------------------------------------------------------------------- /.vim/autoload/plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/autoload/plug.vim -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/.gitignore -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/README.md -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/assets/debug-python.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/assets/debug-python.gif -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/assets/repl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/assets/repl.gif -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/assets/usage-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/assets/usage-1.gif -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/assets/usage-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/assets/usage-3.gif -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/assets/usage2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/assets/usage2.gif -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/formatpythoncode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/formatpythoncode.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/formatpythoncode.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/formatpythoncode.pyc -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/repl.vim -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/replforwin32.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/replforwin32.vim -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/replpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/replpython.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/replpython.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/replpython.pyc -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/autoload/testspeedrawcode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/autoload/testspeedrawcode.txt -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/doc/autoformatpythonstatement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/doc/autoformatpythonstatement.txt -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/doc/tags -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/ftplugin/perl/psh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/ftplugin/perl/psh -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/ftplugin/python/python-repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/ftplugin/python/python-repl.vim -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/plugin/default.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/plugin/default.vim -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/plugin/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/plugin/test.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/plugin/vim-repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/plugin/vim-repl.vim -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/readme -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/UUUU.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/UUUU.log -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/comment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/comment.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/function1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/function1.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/gcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/gcd.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/long_sentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/long_sentence.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/perl/test.pl: -------------------------------------------------------------------------------- 1 | $x = 1 2 | 2 ** 3 3 | $x 4 | -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/python.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/python.db -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/pythonpdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/pythonpdb.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_automerge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_automerge.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_autosend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_autosend.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_class.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_dill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_dill.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_error.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_gcn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_gcn.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_multi_lines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_multi_lines.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/test_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/test_space.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/testforsleep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/testforsleep.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/testgcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/testgcd.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/testif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/testif.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/testlongsentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/testlongsentence.py -------------------------------------------------------------------------------- /.vim/bundle/vim-repl/test/testnumpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vim-repl/test/testnumpy.py -------------------------------------------------------------------------------- /.vim/bundle/vimtex/.github/ISSUE_TEMPLATE/issue_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/.github/ISSUE_TEMPLATE/issue_report.md -------------------------------------------------------------------------------- /.vim/bundle/vimtex/.gitignore: -------------------------------------------------------------------------------- 1 | doc/tags 2 | test/* 3 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/.travis.yml -------------------------------------------------------------------------------- /.vim/bundle/vimtex/.vintrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/.vintrc.yaml -------------------------------------------------------------------------------- /.vim/bundle/vimtex/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/CONTRIBUTING.md -------------------------------------------------------------------------------- /.vim/bundle/vimtex/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/LICENSE.md -------------------------------------------------------------------------------- /.vim/bundle/vimtex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/README.md -------------------------------------------------------------------------------- /.vim/bundle/vimtex/after/ftplugin/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/after/ftplugin/tex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/after/syntax/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/after/syntax/tex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/health/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/health/vimtex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/unite/sources/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/unite/sources/vimtex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/cmd.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/cmd.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/compiler.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/compiler.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/compiler/arara.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/compiler/arara.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/compiler/latexmk.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/compiler/latexmk.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/compiler/latexrun.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/compiler/latexrun.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/compiler/tectonic.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/compiler/tectonic.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/abntcite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/abntcite -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/acro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/acro -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/acronym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/acronym -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/afterpage: -------------------------------------------------------------------------------- 1 | afterpage 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/algorithm2e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/algorithm2e -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/allrunes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/allrunes -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/amsbsy: -------------------------------------------------------------------------------- 1 | boldsymbol 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/amsfonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/amsfonts -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/amsmath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/amsmath -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/amsopn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/amsopn -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/amssymb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/amssymb -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/amsthm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/amsthm -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/appendix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/appendix -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/array -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/attachfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/attachfile -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/babel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/babel -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/beamerfoils: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/beamerfoils -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/beamerprosper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/beamerprosper -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/beamerseminar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/beamerseminar -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/beamertexpower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/beamertexpower -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/beamerthemeFhG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/beamerthemeFhG -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/biblatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/biblatex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/bm -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/booktabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/booktabs -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/braket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/braket -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/calc -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/cancel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/cancel -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/caption: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/caption -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/cases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/cases -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/chemformula: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/chemformula -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/chemstyle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/chemstyle -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/circuitikz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/circuitikz -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-beamer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-beamer -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-book: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-book -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-letter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-letter -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-memoir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-memoir -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-moderncv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-moderncv -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-scrartcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-scrartcl -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-scrbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-scrbook -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-scrlttr2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-scrlttr2 -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/class-scrreprt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/class-scrreprt -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/cleveref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/cleveref -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/color -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/colortbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/colortbl -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/commath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/commath -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/comment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/comment -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/coordsys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/coordsys -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/cquthesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/cquthesis -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/csquotes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/csquotes -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/currvita: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/currvita -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/cyrillic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/cyrillic -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/datatool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/datatool -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/datatool-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/datatool-base -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/default -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/diagxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/diagxy -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/doi: -------------------------------------------------------------------------------- 1 | doitext 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/empheq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/empheq -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/enumerate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/epigraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/epigraph -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/epstopdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/epstopdf -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/etoolbox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/etoolbox -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/eurosym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/eurosym -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fancybox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fancybox -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fancyhdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fancyhdr -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fancyunits-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fancyunits-base -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fancyunits-np: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fancyunits-np -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fancyunits-per: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fancyunits-per -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fancyvrb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fancyvrb -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fixme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fixme -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/float: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/float -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/fontspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/fontspec -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/geometry: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/geometry -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/german: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/glossaries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/glossaries -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/glosstex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/glosstex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/graphicx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/graphicx -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/harvard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/harvard -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/hyperref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/hyperref -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ifluatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/ifluatex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ifpdf: -------------------------------------------------------------------------------- 1 | else 2 | ifpdf 3 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/iftex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/iftex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ifthen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/ifthen -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ifvtex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/ifvtex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ifxetex: -------------------------------------------------------------------------------- 1 | else 2 | ifxetex 3 | RequireXeTeX 4 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/import -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/jurabib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/jurabib -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/kantlipsum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/kantlipsum -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/latex-209: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/latex-dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/latex-dev -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/latex-document: -------------------------------------------------------------------------------- 1 | #include:latex-dev 2 | columnwidth 3 | printindex 4 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/latex-l2tabu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/latex-l2tabu -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/latex-mathsymbols: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/layout: -------------------------------------------------------------------------------- 1 | layout 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/letltxmacro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/letltxmacro -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/libertine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/libertine -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/lipsum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/lipsum -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/listings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/listings -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/logsys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/logsys -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/longtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/longtable -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/lscape: -------------------------------------------------------------------------------- 1 | \begin{landscape} 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ltxtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/ltxtable -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/luatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/luatex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/luatodonotes: -------------------------------------------------------------------------------- 1 | listoftodos 2 | missingfigure 3 | todo 4 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/manyfoot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/manyfoot -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/marvosym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/marvosym -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/mathtools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/mathtools -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/mdframed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/mdframed -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/mdwlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/mdwlist -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/memhfixc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/memhfixc -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/menukeys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/menukeys -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/metrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/metrix -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/mhchem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/mhchem -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/microtype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/microtype -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/minted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/minted -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/multicol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/multicol -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/multido: -------------------------------------------------------------------------------- 1 | multido 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/multimedia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/multimedia -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/multirow: -------------------------------------------------------------------------------- 1 | multirow 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/nameref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/nameref -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/natbib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/natbib -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/needspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/needspace -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/newclude: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/newclude -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ngerman: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/nicefrac: -------------------------------------------------------------------------------- 1 | nicefrac 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/nomencl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/nomencl -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/paracol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/paracol -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/parskip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pdfpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pdfpages -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pgf -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pgfcore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pgfcore -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pgfplots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pgfplots -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/physics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/physics -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pifont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pifont -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/placeins: -------------------------------------------------------------------------------- 1 | FloatBarrier 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/psfrag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/psfrag -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-3d -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-blur: -------------------------------------------------------------------------------- 1 | psblurbox 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-char: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-char -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-coil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-coil -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-eps -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-fill: -------------------------------------------------------------------------------- 1 | psboxfill 2 | PstTiling 3 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-node -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-plot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-plot -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-text: -------------------------------------------------------------------------------- 1 | pstextpath 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pst-tree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pst-tree -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/pstricks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/pstricks -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/rotating: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/rotating -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/scraddr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/scraddr -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/scrdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/scrdate -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/scrlfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/scrlfile -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/scrpage2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/scrpage2 -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/scrtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/scrtime -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/secsty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/secsty -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/setspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/setspace -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/siunitx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/siunitx -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/siunitx-special: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/siunitx-special -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/subcaption: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/subcaption -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/subfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/subfig -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/subfigure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/subfigure -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/subfiles: -------------------------------------------------------------------------------- 1 | #include:verbatim 2 | subfile 3 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/supertabular: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/supertabular -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/svn-multi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/svn-multi -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/svninfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/svninfo -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tabu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tabu -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tabularx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tabularx -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tabulary: -------------------------------------------------------------------------------- 1 | \begin{tabulary} 2 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/textcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/textcomp -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/theorem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/theorem -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tikz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tikz -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tikz-cd: -------------------------------------------------------------------------------- 1 | #include: tikz 2 | arrow 3 | \begin{tikzcd} 4 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tikz-timing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tikz-timing -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/titlesec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/titlesec -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tocbibind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tocbibind -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tocloft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tocloft -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/todonotes: -------------------------------------------------------------------------------- 1 | listoftodos 2 | missingfigure 3 | todo 4 | -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/tools/symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/tools/symbols -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/ulem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/ulem -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/units: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/units -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/upgreek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/upgreek -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/url -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/varioref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/varioref -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/verse -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/virginialake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/virginialake -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/wasysym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/wasysym -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xcolor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xcolor -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xetex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xetex -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xifthen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xifthen -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xltxtra: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xltxtra -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xparse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xparse -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xspace -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xtab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xtab -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/xy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/xy -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/yathesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/yathesis -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/complete/yfonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/complete/yfonts -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/debug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/debug.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/delim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/delim.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/doc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/doc.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/echo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/echo.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/env.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/env.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/cmd_addplot.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/cmd_addplot.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/cmd_multi.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/cmd_multi.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/cmd_single.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/cmd_single.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/cmd_single_opt.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/cmd_single_opt.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/comments.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/comments.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/env_options.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/env_options.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/envs.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/envs.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/markers.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/markers.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/preamble.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/preamble.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fold/sections.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fold/sections.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/format.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/format.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/fzf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/fzf.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/imaps.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/imaps.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/include.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/include.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/info.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/info.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/kpsewhich.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/kpsewhich.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/log.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/log.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/matchparen.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/matchparen.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/misc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/misc.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/motion.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/motion.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/parser.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/parser.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/parser/general.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/parser/general.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/parser/toc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/parser/toc.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/paths.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/paths.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/pos.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/pos.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/process.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/process.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/profile.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/profile.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/qf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/qf.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/qf/biblatex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/qf/biblatex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/qf/bibtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/qf/bibtex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/qf/latexlog.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/qf/latexlog.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/qf/pplatex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/qf/pplatex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/qf/pulp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/qf/pulp.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/re.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/re.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/scratch.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/scratch.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/state.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/state.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/load.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/load.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/misc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/misc.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/amsmath.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/amsmath.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/array.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/array.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/asymptote.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/asymptote.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/beamer.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/beamer.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/biblatex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/biblatex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/cleveref.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/cleveref.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/csquotes.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/csquotes.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/dot2texi.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/dot2texi.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/gnuplottex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/gnuplottex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/hyperref.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/hyperref.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/listings.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/listings.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/luacode.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/luacode.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/minted.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/minted.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/moreverb.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/moreverb.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/natbib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/natbib.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/pdfpages.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/pdfpages.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/pythontex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/pythontex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/subfile.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/subfile.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/tabularx.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/tabularx.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/url.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/url.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/syntax/p/varioref.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/syntax/p/varioref.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/text_obj.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/text_obj.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/toc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/toc.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/util.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/util.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/view.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/view.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/view/common.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/view/common.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/view/general.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/view/general.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/view/mupdf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/view/mupdf.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/view/skim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/view/skim.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/view/zathura.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/view/zathura.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/autoload/vimtex/vimcomplete.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/autoload/vimtex/vimcomplete.bst -------------------------------------------------------------------------------- /.vim/bundle/vimtex/doc/vimtex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/doc/vimtex.txt -------------------------------------------------------------------------------- /.vim/bundle/vimtex/ftplugin/bib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/ftplugin/bib.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/ftplugin/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/ftplugin/tex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/indent/bib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/indent/bib.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/indent/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/indent/tex.vim -------------------------------------------------------------------------------- /.vim/bundle/vimtex/media/quick_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/media/quick_start.gif -------------------------------------------------------------------------------- /.vim/bundle/vimtex/rplugin/python3/denite/source/vimtex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/bundle/vimtex/rplugin/python3/denite/source/vimtex.py -------------------------------------------------------------------------------- /.vim/colors/mycolor.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/colors/mycolor.vim -------------------------------------------------------------------------------- /.vim/colors/nslib_color256.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/colors/nslib_color256.vim -------------------------------------------------------------------------------- /.vim/macros/gdb_mappings.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/macros/gdb_mappings.vim -------------------------------------------------------------------------------- /.vim/shell/genfiletags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/shell/genfiletags.sh -------------------------------------------------------------------------------- /.vim/sky8336/gen_load_Ctags_Cscope.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/sky8336/gen_load_Ctags_Cscope.vim -------------------------------------------------------------------------------- /.vim/sky8336/plugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/sky8336/plugin.vim -------------------------------------------------------------------------------- /.vim/sky8336/plugin_setting.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/sky8336/plugin_setting.vim -------------------------------------------------------------------------------- /.vim/sky8336/setTitle.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/sky8336/setTitle.vim -------------------------------------------------------------------------------- /.vim/sky8336/stripTrailing.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/sky8336/stripTrailing.vim -------------------------------------------------------------------------------- /.vim/syntax/txt.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/syntax/txt.vim -------------------------------------------------------------------------------- /.vim/tools/MTHTTPServerWFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vim/tools/MTHTTPServerWFM.py -------------------------------------------------------------------------------- /.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.vimrc -------------------------------------------------------------------------------- /.ycm_extra_conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/.ycm_extra_conf.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/README.md -------------------------------------------------------------------------------- /clone_plug_offline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/clone_plug_offline.sh -------------------------------------------------------------------------------- /common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/common.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/install.sh -------------------------------------------------------------------------------- /my_help/debug/adb_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/debug/adb_command.txt -------------------------------------------------------------------------------- /my_help/debug/debug_cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/debug/debug_cmd.md -------------------------------------------------------------------------------- /my_help/git/git_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/git/git_command.md -------------------------------------------------------------------------------- /my_help/git/git_push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/git/git_push.md -------------------------------------------------------------------------------- /my_help/git/git_submodule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/git/git_submodule.md -------------------------------------------------------------------------------- /my_help/git/gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/git/gitattributes -------------------------------------------------------------------------------- /my_help/program_language/c_operator_precedence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/program_language/c_operator_precedence.txt -------------------------------------------------------------------------------- /my_help/skyVim_feature_and_plugin_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/skyVim_feature_and_plugin_list.md -------------------------------------------------------------------------------- /my_help/skyVim_plugin_instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/skyVim_plugin_instructions.md -------------------------------------------------------------------------------- /my_help/skyVim_quick_start_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/skyVim_quick_start_guide.md -------------------------------------------------------------------------------- /my_help/skyVim_shortcut_key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/skyVim_shortcut_key.md -------------------------------------------------------------------------------- /my_help/trouble_shooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/trouble_shooting.md -------------------------------------------------------------------------------- /my_help/ubuntu/linux_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/linux_command.md -------------------------------------------------------------------------------- /my_help/ubuntu/tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/tools.md -------------------------------------------------------------------------------- /my_help/ubuntu/ubuntu_shortcuts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/ubuntu_shortcuts.md -------------------------------------------------------------------------------- /my_help/ubuntu/ubuntu_work_env_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/ubuntu_work_env_setup.md -------------------------------------------------------------------------------- /my_help/ubuntu/ubuntu_work_env_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/ubuntu_work_env_setup.sh -------------------------------------------------------------------------------- /my_help/ubuntu/vimium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/vimium.md -------------------------------------------------------------------------------- /my_help/ubuntu/work_help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/ubuntu/work_help.md -------------------------------------------------------------------------------- /my_help/vim/vim_command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/vim/vim_command.md -------------------------------------------------------------------------------- /my_help/vim/vim_usage_ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/my_help/vim/vim_usage_ref.md -------------------------------------------------------------------------------- /neovim/.gitignore: -------------------------------------------------------------------------------- 1 | nvim.appimage 2 | -------------------------------------------------------------------------------- /neovim/.nvim/.VimballRecord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/.VimballRecord -------------------------------------------------------------------------------- /neovim/.nvim/.netrwhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/.netrwhist -------------------------------------------------------------------------------- /neovim/.nvim/autoload/plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/autoload/plug.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/.gitignore -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/README.md -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/assets/debug-python.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/assets/debug-python.gif -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/assets/repl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/assets/repl.gif -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/assets/usage-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/assets/usage-1.gif -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/assets/usage-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/assets/usage-3.gif -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/assets/usage2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/assets/usage2.gif -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/formatpythoncode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/formatpythoncode.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/formatpythoncode.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/formatpythoncode.pyc -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/repl.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/replforwin32.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/replforwin32.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/replpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/replpython.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/replpython.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/replpython.pyc -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/autoload/testspeedrawcode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/autoload/testspeedrawcode.txt -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/doc/tags -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/ftplugin/perl/psh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/ftplugin/perl/psh -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/plugin/default.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/plugin/default.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/plugin/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/plugin/test.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/plugin/vim-repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/plugin/vim-repl.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/readme -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/UUUU.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/UUUU.log -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/comment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/comment.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/function1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/function1.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/gcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/gcd.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/long_sentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/long_sentence.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/perl/test.pl: -------------------------------------------------------------------------------- 1 | $x = 1 2 | 2 ** 3 3 | $x 4 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/python.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/python.db -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/pythonpdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/pythonpdb.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_automerge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_automerge.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_autosend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_autosend.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_class.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_dill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_dill.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_error.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_gcn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_gcn.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_multi_lines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_multi_lines.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/test_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/test_space.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/testforsleep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/testforsleep.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/testgcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/testgcd.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/testif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/testif.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/testlongsentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/testlongsentence.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vim-repl/test/testnumpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vim-repl/test/testnumpy.py -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/.gitignore: -------------------------------------------------------------------------------- 1 | doc/tags 2 | test/* 3 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/.travis.yml -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/.vintrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/.vintrc.yaml -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/CONTRIBUTING.md -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/LICENSE.md -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/README.md -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/after/ftplugin/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/after/ftplugin/tex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/after/syntax/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/after/syntax/tex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/health/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/health/vimtex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/cmd.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/cmd.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/compiler.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/compiler.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/acro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/acro -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/acronym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/acronym -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/afterpage: -------------------------------------------------------------------------------- 1 | afterpage 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsbsy: -------------------------------------------------------------------------------- 1 | boldsymbol 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsmath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsmath -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsopn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsopn -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amssymb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amssymb -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsthm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/amsthm -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/array -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/babel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/babel -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/bm -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/braket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/braket -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/calc -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/cancel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/cancel -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/caption: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/caption -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/cases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/cases -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/color -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/commath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/commath -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/comment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/comment -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/default -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/diagxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/diagxy -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/doi: -------------------------------------------------------------------------------- 1 | doitext 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/empheq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/empheq -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/enumerate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/eurosym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/eurosym -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/fixme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/fixme -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/float: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/float -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/german: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/harvard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/harvard -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ifpdf: -------------------------------------------------------------------------------- 1 | else 2 | ifpdf 3 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/iftex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/iftex -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ifthen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ifthen -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ifvtex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ifvtex -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ifxetex: -------------------------------------------------------------------------------- 1 | else 2 | ifxetex 3 | RequireXeTeX 4 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/import: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/import -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/jurabib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/jurabib -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/latex-209: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/latex-document: -------------------------------------------------------------------------------- 1 | #include:latex-dev 2 | columnwidth 3 | printindex 4 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/latex-mathsymbols: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/layout: -------------------------------------------------------------------------------- 1 | layout 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/lipsum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/lipsum -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/logsys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/logsys -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/lscape: -------------------------------------------------------------------------------- 1 | \begin{landscape} 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/luatex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/luatex -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/luatodonotes: -------------------------------------------------------------------------------- 1 | listoftodos 2 | missingfigure 3 | todo 4 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/mdwlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/mdwlist -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/metrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/metrix -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/mhchem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/mhchem -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/minted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/minted -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/multido: -------------------------------------------------------------------------------- 1 | multido 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/multirow: -------------------------------------------------------------------------------- 1 | multirow 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/nameref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/nameref -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/natbib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/natbib -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ngerman: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/nicefrac: -------------------------------------------------------------------------------- 1 | nicefrac 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/nomencl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/nomencl -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/paracol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/paracol -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/parskip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pgf -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pgfcore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pgfcore -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/physics: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/physics -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pifont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pifont -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/placeins: -------------------------------------------------------------------------------- 1 | FloatBarrier 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/psfrag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/psfrag -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-3d -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-blur: -------------------------------------------------------------------------------- 1 | psblurbox 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-eps -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-fill: -------------------------------------------------------------------------------- 1 | psboxfill 2 | PstTiling 3 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/pst-text: -------------------------------------------------------------------------------- 1 | pstextpath 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/scraddr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/scraddr -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/scrdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/scrdate -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/scrtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/scrtime -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/secsty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/secsty -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/subfiles: -------------------------------------------------------------------------------- 1 | #include:verbatim 2 | subfile 3 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tabu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tabu -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tabulary: -------------------------------------------------------------------------------- 1 | \begin{tabulary} 2 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tex -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tikz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tikz -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/tikz-cd: -------------------------------------------------------------------------------- 1 | #include: tikz 2 | arrow 3 | \begin{tikzcd} 4 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/todonotes: -------------------------------------------------------------------------------- 1 | listoftodos 2 | missingfigure 3 | todo 4 | -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ulem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/ulem -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/url -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/xtab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/xtab -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/xy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/complete/xy -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/debug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/debug.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/delim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/delim.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/doc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/doc.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/echo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/echo.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/env.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/env.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/fold.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/fold.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/fold/envs.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/fold/envs.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/format.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/format.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/fzf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/fzf.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/imaps.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/imaps.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/include.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/include.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/info.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/info.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/kpsewhich.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/kpsewhich.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/log.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/log.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/misc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/misc.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/motion.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/motion.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/parser.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/parser.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/paths.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/paths.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/pos.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/pos.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/process.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/process.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/profile.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/profile.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/qf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/qf.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/qf/bibtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/qf/bibtex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/qf/pulp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/qf/pulp.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/re.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/re.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/scratch.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/scratch.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/state.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/state.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/syntax.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/syntax.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/text_obj.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/text_obj.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/toc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/toc.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/util.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/util.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/view.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/view.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/autoload/vimtex/view/skim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/autoload/vimtex/view/skim.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/doc/vimtex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/doc/vimtex.txt -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/ftplugin/bib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/ftplugin/bib.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/ftplugin/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/ftplugin/tex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/indent/bib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/indent/bib.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/indent/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/indent/tex.vim -------------------------------------------------------------------------------- /neovim/.nvim/bundle/vimtex/media/quick_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/bundle/vimtex/media/quick_start.gif -------------------------------------------------------------------------------- /neovim/.nvim/colors/mycolor.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/colors/mycolor.vim -------------------------------------------------------------------------------- /neovim/.nvim/colors/nslib_color256.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/colors/nslib_color256.vim -------------------------------------------------------------------------------- /neovim/.nvim/macros/gdb_mappings.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/macros/gdb_mappings.vim -------------------------------------------------------------------------------- /neovim/.nvim/shell/genfiletags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/shell/genfiletags.sh -------------------------------------------------------------------------------- /neovim/.nvim/sky8336/gen_load_Ctags_Cscope.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/sky8336/gen_load_Ctags_Cscope.vim -------------------------------------------------------------------------------- /neovim/.nvim/sky8336/plugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/sky8336/plugin.vim -------------------------------------------------------------------------------- /neovim/.nvim/sky8336/plugin_setting.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/sky8336/plugin_setting.vim -------------------------------------------------------------------------------- /neovim/.nvim/sky8336/setTitle.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/sky8336/setTitle.vim -------------------------------------------------------------------------------- /neovim/.nvim/sky8336/stripTrailing.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/sky8336/stripTrailing.vim -------------------------------------------------------------------------------- /neovim/.nvim/syntax/txt.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/syntax/txt.vim -------------------------------------------------------------------------------- /neovim/.nvim/tools/MTHTTPServerWFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/.nvim/tools/MTHTTPServerWFM.py -------------------------------------------------------------------------------- /neovim/build_install_neovim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/build_install_neovim.sh -------------------------------------------------------------------------------- /neovim/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/config.sh -------------------------------------------------------------------------------- /neovim/install/install_using_appimage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/install/install_using_appimage.sh -------------------------------------------------------------------------------- /neovim/nvim/.nvim/.VimballRecord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/.nvim/.VimballRecord -------------------------------------------------------------------------------- /neovim/nvim/.nvim/.netrwhist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/.nvim/.netrwhist -------------------------------------------------------------------------------- /neovim/nvim/autoload/plug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/autoload/plug.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/.gitignore -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/README.md -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/assets/debug-python.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/assets/debug-python.gif -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/assets/repl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/assets/repl.gif -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/assets/usage-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/assets/usage-1.gif -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/assets/usage-3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/assets/usage-3.gif -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/assets/usage2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/assets/usage2.gif -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/autoload/formatpythoncode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/autoload/formatpythoncode.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/autoload/repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/autoload/repl.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/autoload/replforwin32.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/autoload/replforwin32.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/autoload/replpython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/autoload/replpython.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/autoload/replpython.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/autoload/replpython.pyc -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/doc/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/doc/tags -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/ftplugin/perl/psh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/ftplugin/perl/psh -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/plugin/default.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/plugin/default.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/plugin/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/plugin/test.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/plugin/vim-repl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/plugin/vim-repl.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/readme -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/UUUU.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/UUUU.log -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/comment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/comment.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/function1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/function1.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/gcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/gcd.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/long_sentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/long_sentence.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/perl/test.pl: -------------------------------------------------------------------------------- 1 | $x = 1 2 | 2 ** 3 3 | $x 4 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/python.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/python.db -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/pythonpdb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/pythonpdb.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_automerge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_automerge.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_autosend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_autosend.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_class.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_dill.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_dill.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_error.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_gcn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_gcn.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_multi_lines.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_multi_lines.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/test_space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/test_space.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/testforsleep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/testforsleep.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/testgcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/testgcd.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/testif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/testif.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/testlongsentence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/testlongsentence.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vim-repl/test/testnumpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vim-repl/test/testnumpy.py -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/.gitignore: -------------------------------------------------------------------------------- 1 | doc/tags 2 | test/* 3 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/.travis.yml -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/.vintrc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/.vintrc.yaml -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/CONTRIBUTING.md -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/LICENSE.md -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/README.md -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/after/ftplugin/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/after/ftplugin/tex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/after/syntax/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/after/syntax/tex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/health/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/health/vimtex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/cmd.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/cmd.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/compiler.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/compiler.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/acro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/acro -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/afterpage: -------------------------------------------------------------------------------- 1 | afterpage 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/amsbsy: -------------------------------------------------------------------------------- 1 | boldsymbol 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/array -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/babel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/babel -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/bm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/bm -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/calc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/calc -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/cases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/cases -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/color -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/doi: -------------------------------------------------------------------------------- 1 | doitext 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/enumerate: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/fixme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/fixme -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/float: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/float -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/german: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/ifpdf: -------------------------------------------------------------------------------- 1 | else 2 | ifpdf 3 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/iftex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/iftex -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/ifxetex: -------------------------------------------------------------------------------- 1 | else 2 | ifxetex 3 | RequireXeTeX 4 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/latex-209: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/latex-document: -------------------------------------------------------------------------------- 1 | #include:latex-dev 2 | columnwidth 3 | printindex 4 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/latex-mathsymbols: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/layout: -------------------------------------------------------------------------------- 1 | layout 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/lscape: -------------------------------------------------------------------------------- 1 | \begin{landscape} 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/luatodonotes: -------------------------------------------------------------------------------- 1 | listoftodos 2 | missingfigure 3 | todo 4 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/multido: -------------------------------------------------------------------------------- 1 | multido 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/multirow: -------------------------------------------------------------------------------- 1 | multirow 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/ngerman: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/nicefrac: -------------------------------------------------------------------------------- 1 | nicefrac 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/parskip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/pgf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/pgf -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/placeins: -------------------------------------------------------------------------------- 1 | FloatBarrier 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/pst-blur: -------------------------------------------------------------------------------- 1 | psblurbox 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/pst-fill: -------------------------------------------------------------------------------- 1 | psboxfill 2 | PstTiling 3 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/pst-text: -------------------------------------------------------------------------------- 1 | pstextpath 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/subfiles: -------------------------------------------------------------------------------- 1 | #include:verbatim 2 | subfile 3 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tabu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tabu -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tabulary: -------------------------------------------------------------------------------- 1 | \begin{tabulary} 2 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tex -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tikz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tikz -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/tikz-cd: -------------------------------------------------------------------------------- 1 | #include: tikz 2 | arrow 3 | \begin{tikzcd} 4 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/todonotes: -------------------------------------------------------------------------------- 1 | listoftodos 2 | missingfigure 3 | todo 4 | -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/ulem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/ulem -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/units: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/units -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/url -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/verse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/verse -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/xetex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/xetex -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/xtab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/xtab -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/complete/xy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/complete/xy -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/debug.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/debug.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/delim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/delim.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/doc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/doc.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/echo.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/echo.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/env.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/env.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/fold.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/fold.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/fold/envs.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/fold/envs.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/format.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/format.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/fzf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/fzf.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/imaps.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/imaps.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/include.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/include.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/info.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/info.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/kpsewhich.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/kpsewhich.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/log.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/log.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/matchparen.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/matchparen.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/misc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/misc.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/motion.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/motion.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/parser.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/parser.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/parser/toc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/parser/toc.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/paths.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/paths.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/pos.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/pos.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/process.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/process.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/profile.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/profile.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/qf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/qf.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/qf/bibtex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/qf/bibtex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/qf/pplatex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/qf/pplatex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/qf/pulp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/qf/pulp.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/re.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/re.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/scratch.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/scratch.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/state.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/state.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/syntax.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/syntax.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/text_obj.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/text_obj.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/toc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/toc.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/util.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/util.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/view.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/view.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/view/mupdf.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/view/mupdf.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/autoload/vimtex/view/skim.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/autoload/vimtex/view/skim.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/doc/vimtex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/doc/vimtex.txt -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/ftplugin/bib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/ftplugin/bib.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/ftplugin/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/ftplugin/tex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/indent/bib.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/indent/bib.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/indent/tex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/indent/tex.vim -------------------------------------------------------------------------------- /neovim/nvim/bundle/vimtex/media/quick_start.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/bundle/vimtex/media/quick_start.gif -------------------------------------------------------------------------------- /neovim/nvim/colors/mycolor.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/colors/mycolor.vim -------------------------------------------------------------------------------- /neovim/nvim/colors/nslib_color256.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/colors/nslib_color256.vim -------------------------------------------------------------------------------- /neovim/nvim/init.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/init.vim -------------------------------------------------------------------------------- /neovim/nvim/macros/gdb_mappings.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/macros/gdb_mappings.vim -------------------------------------------------------------------------------- /neovim/nvim/shell/genfiletags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/shell/genfiletags.sh -------------------------------------------------------------------------------- /neovim/nvim/sky8336/gen_load_Ctags_Cscope.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/sky8336/gen_load_Ctags_Cscope.vim -------------------------------------------------------------------------------- /neovim/nvim/sky8336/plugin.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/sky8336/plugin.vim -------------------------------------------------------------------------------- /neovim/nvim/sky8336/plugin_setting.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/sky8336/plugin_setting.vim -------------------------------------------------------------------------------- /neovim/nvim/sky8336/setTitle.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/sky8336/setTitle.vim -------------------------------------------------------------------------------- /neovim/nvim/sky8336/stripTrailing.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/sky8336/stripTrailing.vim -------------------------------------------------------------------------------- /neovim/nvim/syntax/txt.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/syntax/txt.vim -------------------------------------------------------------------------------- /neovim/nvim/tools/MTHTTPServerWFM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/nvim/tools/MTHTTPServerWFM.py -------------------------------------------------------------------------------- /neovim/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/neovim/readme.md -------------------------------------------------------------------------------- /test/.gitignore: -------------------------------------------------------------------------------- 1 | a.out 2 | -------------------------------------------------------------------------------- /test/airline_test/tcp_client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/airline_test/tcp_client.c -------------------------------------------------------------------------------- /test/code_style/bad_style.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/code_style/bad_style.c -------------------------------------------------------------------------------- /test/code_style/bad_style.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/code_style/bad_style.cpp -------------------------------------------------------------------------------- /test/gdb_test/short_connection/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/gdb_test/short_connection/.gitignore -------------------------------------------------------------------------------- /test/gdb_test/short_connection/.root: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/gdb_test/short_connection/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/gdb_test/short_connection/Makefile -------------------------------------------------------------------------------- /test/gdb_test/short_connection/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/gdb_test/short_connection/readme.txt -------------------------------------------------------------------------------- /test/gdb_test/short_connection/tcp_client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/gdb_test/short_connection/tcp_client.c -------------------------------------------------------------------------------- /test/gdb_test/short_connection/tcp_client2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/gdb_test/short_connection/tcp_client2.c -------------------------------------------------------------------------------- /test/gdb_test/short_connection/tcp_server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/gdb_test/short_connection/tcp_server.c -------------------------------------------------------------------------------- /test/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/markdown.md -------------------------------------------------------------------------------- /test/multiplecursors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/multiplecursors.c -------------------------------------------------------------------------------- /test/tablify_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/tablify_test.txt -------------------------------------------------------------------------------- /test/tex/.gitignore: -------------------------------------------------------------------------------- 1 | *.aux 2 | *.log 3 | *.pdf 4 | -------------------------------------------------------------------------------- /test/tex/1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/tex/1.tex -------------------------------------------------------------------------------- /test/vim-repl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/test/vim-repl.sh -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/update.sh -------------------------------------------------------------------------------- /utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils.sh -------------------------------------------------------------------------------- /utils/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.gitignore -------------------------------------------------------------------------------- /utils/.gitkeep: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_black.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_black.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_blue.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_blue_cyan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_blue_cyan.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_blue_cyan_blink2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_blue_cyan_blink2.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_blue_yellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_blue_yellow.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_cyan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_cyan.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_cyan_blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_cyan_blue.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_cyan_green.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_cyan_green.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green_black.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green_black.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green_blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green_blue.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green_cyan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green_cyan.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green_magenta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green_magenta.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green_white1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green_white1.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_green_yellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_green_yellow.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_red.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_red.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_red_blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_red_blue.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_red_blue_blink1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_red_blue_blink1.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_red_cyan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_red_cyan.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_red_magenta.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_red_magenta.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_white.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_white.txt -------------------------------------------------------------------------------- /utils/.logo/sky8336_ascii_yellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/.logo/sky8336_ascii_yellow.txt -------------------------------------------------------------------------------- /utils/ASCII-sky8336-color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/ASCII-sky8336-color.txt -------------------------------------------------------------------------------- /utils/auto_format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/auto_format -------------------------------------------------------------------------------- /utils/build_install_gtags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/build_install_gtags.sh -------------------------------------------------------------------------------- /utils/clean_disk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/clean_disk.sh -------------------------------------------------------------------------------- /utils/config_vim_user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/config_vim_user.sh -------------------------------------------------------------------------------- /utils/install_ack_for_ctrlsf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/install_ack_for_ctrlsf.sh -------------------------------------------------------------------------------- /utils/install_cpp_man_manual.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/install_cpp_man_manual.sh -------------------------------------------------------------------------------- /utils/install_new_Language_Servers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/install_new_Language_Servers.sh -------------------------------------------------------------------------------- /utils/install_pdf_viewer_for_vimtex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/install_pdf_viewer_for_vimtex.sh -------------------------------------------------------------------------------- /utils/install_universal-ctags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/install_universal-ctags.sh -------------------------------------------------------------------------------- /utils/install_vim-autoformat_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/install_vim-autoformat_tools.sh -------------------------------------------------------------------------------- /utils/knlcscope.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/knlcscope.sh -------------------------------------------------------------------------------- /utils/locktoesc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/locktoesc.sh -------------------------------------------------------------------------------- /utils/replace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/replace -------------------------------------------------------------------------------- /utils/viman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/utils/viman -------------------------------------------------------------------------------- /vimscript/1.hello-VimScript.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/1.hello-VimScript.vim -------------------------------------------------------------------------------- /vimscript/2.data_type.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/2.data_type.vim -------------------------------------------------------------------------------- /vimscript/3.1.variable.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/3.1.variable.vim -------------------------------------------------------------------------------- /vimscript/3.2.variable.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/3.2.variable.vim -------------------------------------------------------------------------------- /vimscript/3.3.variable.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/3.3.variable.vim -------------------------------------------------------------------------------- /vimscript/4.1.if.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/4.1.if.vim -------------------------------------------------------------------------------- /vimscript/4.2.while.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/4.2.while.vim -------------------------------------------------------------------------------- /vimscript/4.3.for.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/4.3.for.vim -------------------------------------------------------------------------------- /vimscript/5.1.func.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/5.1.func.vim -------------------------------------------------------------------------------- /vimscript/6.1.scope.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/6.1.scope.vim -------------------------------------------------------------------------------- /vimscript/6.2.special_variable_scope.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sky8336/skyVim/HEAD/vimscript/6.2.special_variable_scope.vim --------------------------------------------------------------------------------