文件名称:typo.vim:vim 的错别字包装器
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-19 11:41:06
Vimscript
Typ.vim 是一个给 Rust 程序员的小型 Vim 插件。
设置
将添加到您的$PATH 。
~/.vimrc添加到您的~/.vimrc :
" `:Typo` command generates type table.
" `:TypoTags` command generates `tags` table.
" NOTE: you must run this where `"%"` is crate root.
command ! Typo call typo#generate ( expand ( " % " ))
command ! TypoTags call typo#tags ( expand ( " % " ))
" `
【文件预览】:
typo.vim-master
----README.md(638B)
----autoload()
--------typo.vim(2KB)