An open API service indexing awesome lists of open source software.

https://github.com/mcandre/vimrc-mode

Enables syntax highlighting for .vimrc/_vimrc files
https://github.com/mcandre/vimrc-mode

Last synced: 8 months ago
JSON representation

Enables syntax highlighting for .vimrc/_vimrc files

Awesome Lists containing this project

README

          

# vimrc-mode - Major mode for vimrc files

# INSTALL

M-x package-install vimrc-mode

Then add to `~/.emacs`:

(require 'vimrc-mode)
(add-to-list 'auto-mode-alist '("\\.vim\\(rc\\)?\\'" . vimrc-mode))