/silver.vim

Primary LanguageVim Script

silver.vim

Description

This is a vim plugin that provides Silver file detection and syntax highlighting.

Installation

Using Vundle

  1. Add Plugin 'fhahn/silver.vim' to ~/.vimrc
  2. vim +PluginInstall +qall

Note: Vundle will not automatically detect Rust files properly if filetype on is executed before Vundle. Please check the quickstart for more details.

Using Pathogen

git clone --depth=1 https://github.com/fhahn/silver.vim.git ~/.vim/bundle/silver.vim

Using NeoBundle

  1. Add NeoBundle 'fhahn/silver.vim' to ~/.vimrc
  2. Re-open vim or execute :source ~/.vimrc