# prepare-code **Repository Path**: LeTree19/prepare-code ## Basic Information - **Project Name**: prepare-code - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-03 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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][1]. © 2018 chxuan [1]: https://github.com/chxuan/prepare-code/blob/master/LICENSE