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() recommended = function()
return LazyVim.extras.wants({ return LazyVim.extras.wants({
ft = { "lean" }, ft = { "lean" },
root = { "lean-toolchain" }, 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 = {