mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lang.clojure): correct cmp-conjure source name
This commit is contained in:
parent
9c611b0c57
commit
126c56091a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue