sponsor Vim development Vim logo Vim Book Ad

vim-clojure-highlight :   Extend builtin syntax highlighting to referred and aliased vars in Clojure buf

 script karma  Rating 0/0, Downloaded by 774  Comments, bugs, improvements  Vim wiki

created by
Sung Pae
 
script type
utility
 
description
# Home Page

https://github.com/guns/vim-clojure-highlight

# Introduction

Extend builtin syntax highlighting to referred and aliased vars in Clojure
buffers.

This is essentially a re-implementation of the dynamic highlighting feature
from Meikel Brandmeyer's VimClojure project.

# Requires:

* [fireplace.vim](https://github.com/tpope/vim-fireplace)

If you'd like this ported to another REPL plugin, please create an issue! This
can be done quite easily.

# Installation

Install as a normal Vim plugin. If you are unfamiliar with this process,
please refer to [Pathogen](https://github.com/tpope/vim-pathogen).

# Usage

`vim-clojure-highlight` installs a hook that executes the relevant `syntax`
statements when a `*.clj` file is loaded.

This will fail silently if fireplace is unable to connect to an nREPL server.

Reload your buffer with `:e` to update syntax matches.

Reference highlighting can be toggled with the following command:

    :ToggleClojureHighlightReferences

and can be disabled by default:

    let g:clojure_highlight_references = 0
 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-clojure-highlight.tar.gz 1 2014-01-14 7.3 Sung Pae Initial upload
ip used for rating: 216.73.216.46

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github