Skip to content

Vim configuration for rsnapshot configuration files editing

Notifications You must be signed in to change notification settings

spiette/vim-rsnapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim configuration for rsnapshot configuration files editing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published