# vim.d **Repository Path**: jouyouyun/vim.d ## Basic Information - **Project Name**: vim.d - **Description**: Vim configurations - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-21 - **Last Updated**: 2023-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Vim Configuration Use `plug` to manage plugins. The installed plugins see `plugins.vim`, the keybinds see `keybindings.vim`. To exec `shell ./install.sh` to install. But before installing, you should install the dependencies, such as: python-dev, clang-dev, pkg-config and so on. The `ycm` configure file after installed is `~/.vim/datas/ycm_extra_conf.py`, you can custom it to configure `c/c++` completions.