We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30973 commit 77b8b5bCopy full SHA for 77b8b5b
1 file changed
docs/extras/lang/clojure.md
@@ -225,7 +225,7 @@ opts = {}
225
```lua
226
opts = function(_, opts)
227
if type(opts.sources) == "table" then
228
- vim.list_extend(opts.sources, { name = "clojure" })
+ vim.list_extend(opts.sources, { name = "conjure" })
229
end
230
231
```
@@ -244,7 +244,7 @@ end
244
},
245
246
247
248
249
end,
250
}
0 commit comments