This commit is contained in:
Frestein 2025-06-26 03:16:30 +05:00 committed by GitHub
commit e7705d570a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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