文件名称:arduvim:用于自动 Arduino 语法生成等的 vim 插件。
文件大小:25KB
文件格式:ZIP
更新时间:2024-07-06 15:37:28
Vimscript
阿杜维姆 vim 的 Arduino 语法生成插件。 这允许您获得 Arduino 和任何其他库的语法突出显示和自动完成。 版本 0.1b 安装 使用您选择的插件管理器。 git clone https://github.com/z3t0/arduvim ~/.vim/bundle/arduvim 将Plugin 'https://github.com/z3t0/arduvim'添加到 vimrc 运行:PluginInstall 将NeoBundle 'https://github.com/z3t0/arduvim'添加到 vimrc 运行:NeoBundleInstall 将Plug 'https://github.com/z3t0/arduvim'添加到 vimrc 运行:PlugInstall 特征 Arduino 库的自动语法生成 支持第三方插件 语法高亮 自动完成 去做
【文件预览】:
arduvim-master
----changelog.md(305B)
----ftplugin()
--------arduino()
----indent()
--------arduino.vim(245B)
----LICENSE(34KB)
----doc()
--------tags(260B)
--------Arduvim.txt(2KB)
----syntax()
--------arduino.vim(11KB)
----README.md(1KB)