This commit is contained in:
Ben Puryear 2024-07-18 18:54:13 -07:00 committed by GitHub
parent ec8002c5c8
commit 2f6bc58650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,18 @@
return { return {
recommended = function() {
return LazyVim.extras.wants({ recommended = function()
ft = { "lean" }, return LazyVim.extras.wants({
root = { "lean-toolchain" }, ft = { "lean" },
}) root = { "lean-toolchain" },
end, })
end,
},
{ {
"Julian/lean.nvim", "Julian/lean.nvim",
event = { "BufReadPre *.lean", "BufNewFile *.lean" }, event = { "BufReadPre *.lean", "BufNewFile *.lean" },
dependencies = {
"nvim-lua/plenary.nvim",
},
-- see details below for full configuration options -- see details below for full configuration options
opts = { opts = {