Skip to content

dmac/vim-cljfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-cljfmt

Vim-cljfmt is a vim plugin for cljfmt, a Clojure formatting tool.

Install

Install cljfmt:

$ go get github.com/cespare/goclj/cljfmt

Install vim-cljfmt with your method of choice.

Commands

:CljFmt

    Run the current buffer through cljfmt.

Settings

  • g:cljfmt_on_save controls whether cljfmt automatically calls :CljFmt when saving a .clj, .cljs, .cljc, or .edn buffer. This is set to 1 by default.

About

A vim plugin for cljfmt, which formats Clojure code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published