clojure-vim / clojure.vim

Clojure syntax highlighting for Vim and Neovim.
Other
34 stars 6 forks source link

Fix indentation of subforms within `letfn` #11

Closed axvr closed 3 years ago

axvr commented 3 years ago

Improve indentation of letfn forms to exactly match Emacs' Clojure-mode

Related: guns/vim-clojure-static#56, guns/vim-clojure-static#83