# MyVim **Repository Path**: matthewgao/MyVim ## Basic Information - **Project Name**: MyVim - **Description**: Automatic Vim configuration script, setting your Vim as quick as possible! It's powerful, and ready to customize for yourself. - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-31 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MyVim v0.51 ===== [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/matthewgao/MyVim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) My Vim automatic configuration script, support: * MacOS * Linux ## Installation To setup automatically, please run: ~~~ wget -qO- https://raw.github.com/matthewgao/MyVim/master/setup.sh | sh ~~~ **NOTICE:**To make the airline show perfect, you can change the font of Terminal to a powerline support one. ## Plugins * Bundle * FuzzyFinder * L9 * tagslist * ctags * NERDtree * NERD-Commenter * Auto-pair * Ctrlp * ctrlp-funky * airline * ~~powerline~~ * translate * vim chinese doc * calendar * molokai colorscheme ## Caution neocomplete需要lua支持,而默认的OSX Vim不包含lua,所以可能需要你手动卸载老的Vim, 我们的脚本会自动安装带有lua版本的 ~~~ brew uninstall vim ~~~ 然后再运行安装脚本 如果要手动处理,可以参照如下: 通过homebrew安装macvim: ~~~ brew install macvim --with-cscope --with-lua --HEAD brew linkapps macvim ~~~ 通过homebrew安装vim: ~~~ brew install vim --with-lua ~~~ ###Ubuntu 如果你在使用ubuntu12.04甚至更老的version, 你需要手动下载vim源码并编译 ~~~ ./configure --with-lua make && make install ~~~ 我会努力把这部分功能自动化 ## Next Step reinstall vim with lua on OSX ##Shortcut * ctrl+w 切换tags