# prepare-code **Repository Path**: duyz1218/prepare-code ## Basic Information - **Project Name**: prepare-code - **Description**: https://github.com/chxuan/prepare-code - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-15 - **Last Updated**: 2023-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vim ## README prepare-code: A generate prepare code plugin for vim =============================================== ## 安装 - `vim-plug` Plug 'https://gitee.com/duyz1218/prepare-code.git' - `Vundle` Plugin 'https://gitee.com/duyz1218/prepare-code.git' ## 使用 设置prepare-code插件的路径,读取预定义代码片段需要用到该路径,以下路径根据自己的实际情况进行配置。 let g:prepare_code_plugin_path = expand($HOME . "/.vim/plugged/prepare-code") ## 特性 目前prepare-code支持以下语言: - c/c++ - python - bash - Go - Perl(Add by gitee/duyz1218) ## License This software is licensed under the [MIT license][1]. © 2018 chxuan [1]: https://github.com/chxuan/prepare-code/blob/master/LICENSE