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

This commit is contained in:
Frestein 2025-06-26 03:11:52 +05:00 committed by Frestein ☁️
parent 9c611b0c57
commit 126c56091a

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,
},