# vimrc **Repository Path**: TheFerry/vimrc ## Basic Information - **Project Name**: vimrc - **Description**: vim的配置文件,安装方便 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-21 - **Last Updated**: 2023-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 效果 > 第一次启动自动安装插件 ![pluginstall](img/pluginstall.png) > 代码补全 ![code](img/code.png) > 跳转,文件树 ![filejump](img/filejump.png) # 依赖 - `nodejs` >= 14.0 - `vim` >= 8.1 || `neovim` >= 4.0 # 安装 ```sh cd ~ wget https://gitee.com/semtor/vimrc/raw/master/.vimrc vi ``` # 语言服务器安装 ```vimscript :CocInstall coc-marketplace :CocList marketplace ``` > 然后搜索你想要的语言服务器进行安装即可 > 安装完成后还要确保本地已经安装了对于语言服务器的可执行程序