Skip to content

Commit 2f3d8b4

Browse files
committed
Add minimal lein/profiles.clj
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
1 parent 42247c8 commit 2f3d8b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lein/profiles.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{:user {:plugins [[cider/cider-nrepl "0.26.0"]]}}

makesymlinks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Dotfiles directory
99
dir=~/dotfiles
1010
## Files to symlink in homedir
11-
files="gitconfig inputrc p10k.zsh vimrc zshrc"
11+
files="gitconfig inputrc lein/profiles.clj p10k.zsh vimrc zshrc"
1212
# Create symlinks from the homedir to files in the ~/dotfiles directory
1313
for file in $files; do
1414
# Check if file already exists

0 commit comments

Comments
 (0)