From f991073759220c826d6cc5e422b58015f6191591 Mon Sep 17 00:00:00 2001 From: Robert O'Connor Date: Thu, 1 Oct 2015 21:00:22 -0400 Subject: [PATCH] Add README for vim-powerline layer Resolves #3218 --- layers/+vim/vim-powerline/README.org | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layers/+vim/vim-powerline/README.org diff --git a/layers/+vim/vim-powerline/README.org b/layers/+vim/vim-powerline/README.org new file mode 100644 index 000000000000..8d0f0f4dc0c6 --- /dev/null +++ b/layers/+vim/vim-powerline/README.org @@ -0,0 +1,23 @@ + +#+TITLE: vim-powerline contribution layer for Spacemacs + + +* Table of Contents :TOC@4: + - [[#description][Description]] + - [[#install][Install]] + - [[#key-bindings][Key bindings]] + +* Description +A powerline theme modeled after the vim powerline theme. + +* Install + +To use this contribution add it to your =~/.spacemacs= + +#+BEGIN_SRC emacs-lisp + (setq-default dotspacemacs-configuration-layers '(vim-powerline)) +#+END_SRC + +* Key bindings + +None.