dotfiles/zsh/.oh-my-zsh/plugins/lein
2024-06-19 00:06:56 +02:00
..
_lein First commit 2024-06-19 00:06:56 +02:00
README.md First commit 2024-06-19 00:06:56 +02:00

Leiningen plugin

This plugin adds completions for the Leiningen Clojure build tool.

To use it, add lein to the plugins array in your zshrc file:

plugins=(... lein)