Skip to content

Commit

Permalink
Add minimal lein/profiles.clj
Browse files Browse the repository at this point in the history
This commit adds a minimal `lein/profiles.clj` so that `cider-nrepl` is
loaded when starting a REPL with `lein repl`.

See: https://docs.cider.mx/cider-nrepl/usage.html#via-leiningen
  • Loading branch information
mefryar committed Jul 2, 2021
1 parent 42247c8 commit 2f3d8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lein/profiles.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{:user {:plugins [[cider/cider-nrepl "0.26.0"]]}}
2 changes: 1 addition & 1 deletion makesymlinks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Dotfiles directory
dir=~/dotfiles
## Files to symlink in homedir
files="gitconfig inputrc p10k.zsh vimrc zshrc"
files="gitconfig inputrc lein/profiles.clj p10k.zsh vimrc zshrc"
# Create symlinks from the homedir to files in the ~/dotfiles directory
for file in $files; do
# Check if file already exists
Expand Down

0 comments on commit 2f3d8b4

Please sign in to comment.