From 309813aefc00a9e09de4c43ab62fb75f002c0aba Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sun, 13 Jul 2014 13:29:14 +0200 Subject: [PATCH] pentadactylrc --- Makefile | 2 +- pentadactylrc | 8 ++++++++ vimrc | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 pentadactylrc diff --git a/Makefile b/Makefile index 00f9515..56c72c7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FILES = bashrc vimrc zshrc emacs.el gitconfig screenrc commonshrc \ - gnomerc gvimrc muttrc + gnomerc gvimrc muttrc pentadactylrc FILES2 = msmtprc .PHONY: install clean check diff --git a/pentadactylrc b/pentadactylrc new file mode 100644 index 0000000..fe0269a --- /dev/null +++ b/pentadactylrc @@ -0,0 +1,8 @@ +"1.1 + +loadplugins '\.(js|penta)$' +group user + +set passkeys+=reader.gebner.org:fr,u,,,, + +" vim: set ft=pentadactyl: diff --git a/vimrc b/vimrc index 4eef550..6ee0843 100644 --- a/vimrc +++ b/vimrc @@ -51,6 +51,8 @@ NeoBundle 'derekwyatt/vim-scala' NeoBundle 'othree/html5.vim' +NeoBundle 'dogrover/vim-pentadactyl' + " vim-sleuth? call neobundle#end()