/vim-slamhound

Slamhound integration for vim.

Primary LanguageVim Script

*vim-slamhound.txt*	Slamhound integration for vim

First install:
>
        slamhound:      https://github.com/technomancy/slamhound
        fireplace.vim:  https://github.com/tpope/vim-fireplace
<
If you are running Vim 7.3.802 or earlier, then you will also need to install
the Clojure runtime files:
>
        https://github.com/guns/vim-clojure-static
<
Then from a Clojure buffer run:
>
        :Slamhound
<
No mappings are supplied, but a useful mapping may be:
>
        nnoremap <LocalLeader>sh :Slamhound<CR>
<
A function, slamhound#reconstruct(file, textwidth), is available for more
granular control.

 vim:tw=78:et:sw=8:sts=8:ts=8:ft=help:norl: