Awesome
prepare-code: A generate prepare code plugin for vim
安装
-
vim-plug
Plug 'chxuan/prepare-code'
-
Vundle
Plugin 'chxuan/prepare-code'
使用
设置prepare-code插件的路径,读取预定义代码片段需要用到该路径,以下路径根据自己的实际情况进行配置。
let g:prepare_code_plugin_path = expand($HOME . "/.vim/plugged/prepare-code")
特性
目前prepare-code支持以下语言:
- c/c++
- python
- bash
- Go
License
This software is licensed under the MIT license. © 2018 chxuan