Skip to content

Commit ed5511e

Browse files
committed
fix: Fix typo breaking clojure-lsp configuration
1 parent 9e84a16 commit ed5511e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/nvim-lspconfig.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ return {
2121

2222
setup_lsp("clangd")
2323

24-
setup_lsp("clojure-lsp")
24+
setup_lsp("clojure_lsp")
2525

2626
setup_lsp("deno", {
2727
-- Prevent attachment into a Node project.

0 commit comments

Comments
 (0)