Skip to content

Commit

Permalink
fix(clojure): add space after clojure comment character (#335)
Browse files Browse the repository at this point in the history
fix: add space after clojure comment character
  • Loading branch information
practicalli-johnny authored Jun 30, 2023
1 parent 6cc65b5 commit 1092abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/clojure/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ return {
vim.g["conjure#log#hud#anchor"] = "SE"
vim.g["conjure#log#botright"] = true
vim.g["conjure#extract#context_header_lines"] = 100
vim.g["conjure#eval#comment_prefix"] = ";;"
vim.g["conjure#eval#comment_prefix"] = ";; "
vim.g["conjure#client#clojure#nrepl#connection#auto_repl#enabled"] = false
vim.g["conjure#client#clojure#nrepl#connection#auto_repl#hidden"] = true
vim.g["conjure#client#clojure#nrepl#connection#auto_repl#cmd"] = nil
Expand Down

0 comments on commit 1092abc

Please sign in to comment.