Skip to content

hejing/vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim

screenshot

Statement

This repo is forked from baopham-vim

Requirements

  • Vim 8 (2 options)

1> Install MacVim app and then ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim &&ln -s /usr/local/bin/mvim /usr/local/bin/vim

2> brew install macvim ln -s /usr/local/bin/mvim /usr/local/bin/vim

Installation

git clone git://github.com/hejing/vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
vim +PlugInstall
  • About Powerline symbols: Bao used vim-airline, with Powerline symbols. Try this patched font if you want Powerline symbols: Monaco for Powerline.

  • Install jedi: pip install jedi

  • Install ctags: brew install ctags

Shameless plug: Install Bao's tool vimplugin-cli to quickly find/remove plugins and their settings

About

My dot vim folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%