fix(lang.clojure): correct cmp-conjure source name

This commit is contained in:
Frestein 2025-06-26 03:11:52 +05:00 committed by GitHub
parent 25abbf546d
commit 8f2f4dda46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ return {
},
opts = function(_, opts)
if type(opts.sources) == "table" then
vim.list_extend(opts.sources, { name = "clojure" })
vim.list_extend(opts.sources, { name = "conjure" })
end
end,
},