vim-repl:Vim的最佳REPL环境

时间:2021-02-06 10:45:56
【文件属性】:
文件名称:vim-repl:Vim的最佳REPL环境
文件大小:1.69MB
文件格式:ZIP
更新时间:2021-02-06 10:45:56
vim vim-plugin repl-environment VimPython vim复制 介绍 使用您正在编写的代码打开交互式环境。 读-评估-打印循环(REPL),也称为交互式顶层或语言外壳,在python编码中非常有用。 但是,用vim编写python时,很难与REPL交互。 因此,我编写此插件是为了提供更好的repl环境,以便在vim中编码python或其他文件。 它使用vim8的终端功能。 因此,您的vim版本必须不少于8.0,并且支持termianl函数才能使用此插件。 如果您想阅读中文文档,请移步: 细节 使用vim打开文件,运行:REPLToggle打开REPL环境。 如果REPL已经打开。 :REPLToggle将关闭REPL。 默认情况下,支持P
【文件预览】:
vim-repl-master
----.gitignore(411B)
----assets()
--------usage4.gif(297KB)
--------wechat.JPG(178KB)
--------usage-3.gif(167KB)
--------usage-1.gif(142KB)
--------usage2.gif(109KB)
--------repl.gif(278KB)
--------debug-python.gif(604KB)
----LICENSE(18KB)
----.github()
--------ISSUE_TEMPLATE()
----README.md(17KB)
----plugin()
--------vim-repl.vim(692B)
--------test.py(206B)
--------default.vim(3KB)
----test.tex(57B)
----autoload()
--------repl.vim(31KB)
--------formatvimscript.vim(293B)
--------formatpythoncode.vim(4KB)
--------replpython.py(20KB)
--------.formatpythoncode.py.swp(16KB)
--------testspeedrawcode.txt(14KB)
--------filemanager.py(9KB)
--------test.py(61B)
--------async.vim(4KB)
--------formatpythoncode.py(22KB)
----ftplugin()
--------perl()
--------python()
----test()
--------testlongsentence.py(150B)
--------test_space.py(14B)
--------test_gcn.py(657B)
--------UUUU.log(204B)
--------testgcd.py(35B)
--------test_error.py(93B)
--------testif.py(147B)
--------test_multi_lines.py(207B)
--------perl()
--------test_dill.py(257B)
--------comment.py(149B)
--------test_Chinese.py(22B)
--------test_automerge.py(146B)
--------test_asyncdef.py(64B)
--------test.py(165B)
--------function1.py(366B)
--------test_autosend.py(72B)
--------test_virtualenv.py(77B)
--------testforsleep.py(81B)
--------ipython_log.py(72B)
--------python.db(84KB)
--------test_for.py(39B)
--------gcd.py(170B)
--------testnumpy.py(70B)
--------test_class.py(416B)
--------test_with.py(64B)
--------test_try.py(437B)
--------long_sentence.py(611B)
--------pythonpdb.py(101B)

网友评论