文件名称:pathfinder.vim:Vim插件建议更好的动作
文件大小:35KB
文件格式:ZIP
更新时间:2024-02-27 04:20:07
vim vim-plugin efficiency pathfinding dijkstra
路径查找器 Vim插件可提供建议以改善您的动作。 有点像 。 产品特点 查找最短的运动序列或搜索查询以移动光标 帮助摘要来解释建议 异步-寻路在单独的过程中运行 安装 使用您喜欢的插件管理器。 我推荐 。 if has ( ' python3 ' ) && has ( ' timers ' ) Plug ' danth/pathfinder.vim ' else echoerr ' pathfinder.vim is not supported on this Vim installation ' endif 您可能还需要从插件目录中运行git submodule update -
【文件预览】:
pathfinder.vim-master
----setup.py(308B)
----.gitignore(2KB)
----serverrc.vim(229B)
----MANIFEST.in(165B)
----CONTRIBUTING.md(2KB)
----LICENSE(1KB)
----setup.cfg(481B)
----.gitmodules(95B)
----.github()
--------CODEOWNERS(72B)
--------workflows()
----README.md(4KB)
----plugin()
--------dimensions.vim(780B)
--------defaults.vim(4KB)
--------main.vim(1KB)
----tests()
--------test_window.py(1KB)
--------conftest.py(105B)
--------test_motions_search.py(997B)
--------test_node.py(2KB)
--------test_motions_simple.py(3KB)
--------test_debytes.py(196B)
--------__init__.py(0B)
--------test_explore_lines.py(2KB)
--------test_popup.py(4KB)
--------test_output.py(1KB)
--------test_state_tracker.py(4KB)
--------test_motions_find.py(3KB)
--------test_autorun.py(2KB)
----pathfinder()
--------client()
--------server()
--------__init__.py(0B)
--------debytes.py(291B)
--------window.py(642B)
----test_requirements.txt(33B)
----heapdict()