# vimfile **Repository Path**: wtusos/vimfile ## Basic Information - **Project Name**: vimfile - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-17 - **Last Updated**: 2024-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vimfile Step 1. ``` git clone https://gitee.com/wtusos/vimfile.git ~/.vim ``` Step 2. open vim then execute `:PlugInstall` to update plugins for YouCompleteMe's rust completer ``` shell cd ~/.vim/bundle/YouCompleteMe sed -i "s/^RUSTC_EXECUTABLE.*/RUSTC_EXECUTABLE = utils.PathToFirstExistingExecutable([os.path.join(RLS_BIN_DIR, 'rustc'), 'rustc'])/g" ./third_party/ycmd/ycmd/completers/rust/rust_completer.py sed -i "s/^RLS_EXECUTABLE.*/RLS_EXECUTABLE = utils.PathToFirstExistingExecutable([os.path.join(RLS_BIN_DIR, 'rls'), 'rls'])/g" ./third_party/ycmd/ycmd/completers/rust/rust_completer.py ``` replace `RLS_BIN_DIR` to yourself's RLS directory