mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02:00
fix(lang.clojure): correct cmp-conjure source name
This commit is contained in:
parent
25abbf546d
commit
8f2f4dda46
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue