typo.vim:vim 的错别字包装器

时间:2024-07-19 11:41:06
【文件属性】:

文件名称: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 ( " % " )) " `z` prints type of node underlying current cursor. nnoremap <silen


【文件预览】:
typo.vim-master
----README.md(638B)
----autoload()
--------typo.vim(2KB)

网友评论