http://www.vim.org/scripts/script.php?script_id=3797 Tar contains just the required .vim files, so un-tar them in (or copy to) your ~/.vim/syntax/ directory. To make the syntax permanent, consider setting with an auto command in your vimrc: au BufNew…
1. ncurses 安装 官网下载:http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz CSDN 下载:http://download.csdn.net/detail/spch2008/8828779 tar -xf ncurses-5.9.tar.gz cd ncurses-5.9 ./configure make sudo make install 2. lua 安装 官方网下载:http://www.lua.org/download…
github源码地址下载:https://github.com/GoverSky/HTMLTestRunner_cn.git 解压文件后取出/HTMLTestRunner_cn.py文件丢进C:\Python37\Lib\site-packages目录下 如何使用报告截图重跑机制:how to use it ? 代码编写注意事项:该模板暂时不支持setup初始化驱动driver,而且初始化驱动必须取名driver,关于 HTMLTestRunner 新增参数 retry=1表示失败后重跑的次数,…
golang函数跳转需要借助godef实现 godef安装如下 go get -v github.com/rogpeppe/godef go install -v github.com/rogpeppe/godef vim插件安装 ~/.vimrc配置 Plug 'dgryski/vim-godef' vim里执行:PlugInstall,重启vim…