w33tmaricich / vimrc-clojure-viewdoc

View clojure documentation in vim with a keyboard shortcut.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-clojure-viewdoc

vim viewdoc plugin configuration for viewing clojure documentation.

Dependancies

Please make sure these are installed.

Installation

  1. Copy the contents of vimrc into ~/.vimrc. It assumes you are using Vundle for your plugins. If not, change the inclusion method. If you are using Vundle, use a ":PluginInstall" to download and install.
  2. If you don't have any lein plugins already installed, copy profiles.clj to ~/.lein/. If you do, add only the plugin.

Usage

Open a cloujre file in vim, and press K while your cursor is over any item.

License

Copyright © 2018 Alexander Maricich

Distributed under the Eclipse Public License version 1.0.

About

View clojure documentation in vim with a keyboard shortcut.


Languages

Language:Vim Script 93.0%Language:Clojure 7.0%