We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9227c commit 6ce9040Copy full SHA for 6ce9040
1 file changed
docs/clojure-editors/clojure-lsp/snippets.md
@@ -7,7 +7,7 @@ Built-in snippets can include Clojure code for generating the text of the snippe
7
??? INFO "Clojure LSP Configuration locations"
8
Project specific configuration resides in `.lsp/config.edn`
9
10
- User level configuration is either `$XDG_CONFIG_HOME/clojure-lsp/config.edn` or `$HOME/.lsp/config`
+ User level configuration is either `$XDG_CONFIG_HOME/clojure-lsp/config.edn` or `$HOME/.clojure-lsp/config`
11
12
13
## Snippet definition
0 commit comments