Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 704 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 704 Bytes

vim plugin for DIF, AIF file format

Install

Vim-dif follows the standard runtime path structure, so I highly recommend to use a common and well known plugin manager to install vim-dif. For Pathogen just clone the repo. For other plugin managers add the appropriate lines and execute the plugin's install command.

  • Pathogen
  • git clone https://github.com/jiahaowu/vim-dif.git ~/.vim/bundle/vim-dif
  • vim-plug
  • Plug 'jiahaowu/vim-dif'
  • NeoBundle
  • NeoBundle 'jiahaowu/vim-dif'
  • Vundle
  • Plugin 'jiahaowu/vim-dif'