Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 467 Bytes

File metadata and controls

25 lines (16 loc) · 467 Bytes

Vim Editor Config

Configuration for Vim >= 7. It contains configuration for vim and macvim.

Install on Mac or Linux:

  • clone the repository to a folder named '.vim' in your user-directory
git clone https://github.com/liutaodotwork/vim-editor-config.git .vim
  • Symlink 'path/to/userdir/.vim/.vimrc' to 'path/to/userdir/.vimrc'
ln -sf ~/.vim/.vimrc ~/.vimrc

Install Ack and fzf

dnf install epel-release

dnf install ack fzf