1 Star 0 Fork 10

xwy/PowerVim

forked from programmercarl/PowerVim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.ctags 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
programmercarl 提交于 2018-07-23 00:38 . first commit
--langdef=go
--langmap=go:.go
--regex-go=/func([ \t]+\([^)]+\))?[ \t]+([a-zA-Z0-9_]+)/\2/f,functions/
--regex-go=/var[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/v,variables/
--regex-go=/type[ \t]+([a-zA-Z_][a-zA-Z0-9_]+)/\1/t,types/
--langdef=markdown
--langmap=markdown:.md
--regex-markdown=/^#[ \t]+(.*)/-\1/h,heading1/
--regex-markdown=/^##[ \t]+(.*)/- \1/h,heading2/
--regex-markdown=/^###[ \t]+(.*)/- \1/h,heading3/
--regex-markdown=/^####[ \t]+(.*)/- \1/h,heading4/
--regex-markdown=/^#####[ \t]+(.*)/- \1/h,heading5/
--regex-markdown=/^######[ \t]+(.*)/- \1/h,heading6/
--regex-markdown=/^#######[ \t]+(.*)/- \1/h,heading7/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xwy01/power-vim.git
[email protected]:xwy01/power-vim.git
xwy01
power-vim
PowerVim
master

搜索帮助