venantius / vim-cljfmt

A Vim plugin for cljfmt, the Clojure formatting tool.
152 stars 22 forks source link

use cljfmt.editor to get indent settings from project.clj #34

Closed MichaelBlume closed 7 years ago

MichaelBlume commented 7 years ago

Resolve #24

venantius commented 7 years ago

Having reviewed your plugin, it's a very clean approach but I'd rather see your work (or a similar approach) merged into lein-cljfmt than bring in a new plugin.

MichaelBlume commented 7 years ago

Yes, that was my first thought as well (see https://github.com/weavejester/cljfmt/pull/96) but @weavejester feels that it should be its own plugin.