spacemacs/layers/+lang/vimscript/README.org

20 lines
565 B
Org Mode
Raw Normal View History

#+TITLE: Vimscript language layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
2015-09-08 07:35:26 +00:00
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
2015-09-08 07:35:26 +00:00
* 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))
2015-09-08 07:35:26 +00:00
#+END_SRC