Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 749 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 749 Bytes

rsnapshot syntax and ftplugin

The rsnapshot vim filetype plugin will show tabs to avoid syntax error in configuration files.

How to install

So many ways!

  1. With tar:

     mkdir -p ~/.vim
     cd /path/to/vim-rsnapshot
     tar cf - ftdetect ftplugin syntax | tar -xf - -C ~/.vim 
    
  2. With rsync:

     mkdir -p ~/.vim
     cd /path/to/vim-rsnapshot
     rsync -r ftdetect ftplugin syntax ~/.vim/
    
  3. With Pathogen, you surely know already.

I like the syntax highlight, but I hate those >---

Just :set nolist

How to remove

find ~/.vim -name rsnapshot.vim -delete