VIM development environment configuration under Linux (common all programming languages)

Source: Internet
Author: User
Tags lua

1. Download http://www.iterm2.com/

2, Oh-my-zsh

Curl-l https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | Sh

Official website: https://github.com/robbyrussell/oh-my-zsh

3, Sfp13-vim installation

&& SH spf13-vim.sh

4, after the installation is reported that the VIM version is too low, the lack of LUA, using the following methods to upgrade.

Use Homebrew artifact Ah, teenager!
Homebrew-the missing Package manager for OS X
When the installation is complete, open terminal input:
brew install vim --with-lua --with-override-system-vi
Ah, you say not accustomed to use the terminal vim, to use the GUI version? The same as:
brew install macvim --with-lua --with-override-system-vim
 
注意细节:
vim 中设置代码窗口不关闭的方法:
Set t_ti= t_te=
let g:spf13_bundle_groups=[‘general‘,‘writing‘,‘programming‘,‘go‘]

VIM development environment configuration under Linux (common all programming languages)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.