# IceVim **Repository Path**: VimIcewind/IceVim ## Basic Information - **Project Name**: IceVim - **Description**: My .vimrc for both Windows and Linux. - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-01-12 - **Last Updated**: 2023-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README IceVim ------------------------------------------------------------------------------- 1. The .vimrc and fonts is used in both Windows and Linux. 2. The dict, tools is used in Windows. You may need to change your vimpath in .vimrc if your vimpath is not "D:\vim" in Windows. 3. The .vim is used in both Linux and Windows. If you want use it in Linux, you need rename it like this: ``` cd ~ mv .vimrc .vimrc.bak mv .vim .vim.bak git clone https://github.com/VimIcewind/IceVim cd IceVim make vim ``` By the way, you need to install ctags, cscope, indent, gcc, gdb, make and so on, or you may get some error messages.