Skip to content

Commit

Permalink
fix(clojure_lsp): adds single_file_support for clojure #3547
Browse files Browse the repository at this point in the history
This allow navigation within dependecies
  • Loading branch information
guilhermefelipecgs authored Jan 8, 2025
1 parent 8121483 commit 29e44e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspconfig/configs/clojure_lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ return {
cmd = { 'clojure-lsp' },
filetypes = { 'clojure', 'edn' },
root_dir = util.root_pattern('project.clj', 'deps.edn', 'build.boot', 'shadow-cljs.edn', '.git', 'bb.edn'),
single_file_support = true,
},
docs = {
description = [[
Expand Down

0 comments on commit 29e44e1

Please sign in to comment.