18 lines
496 B
Org Mode
18 lines
496 B
Org Mode
#+TITLE: Vimscript language contribution layer for Spacemacs
|
|
|
|
* Table of Contents :TOC_4_org:noexport:
|
|
- [[Description][Description]]
|
|
- [[Install][Install]]
|
|
|
|
* Description
|
|
|
|
This layer adds syntax highlighting support for vim filetypes, in addition to
|
|
the pentadactyl firefox extension.
|
|
|
|
* Install
|
|
|
|
To use this contribution layer add it to your =~/.spacemacs=
|
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
(set-default dotspacemacs-configuration-layers '(vimscript))
|
|
#+END_SRC
|