mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: syntax
This commit is contained in:
parent
4b7e9e061e
commit
82573cf678
1 changed files with 102 additions and 104 deletions
|
|
@ -5,7 +5,6 @@ return {
|
||||||
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 = {
|
dependencies = {
|
||||||
|
|
@ -123,5 +122,4 @@ return {
|
||||||
on_lines = nil,
|
on_lines = nil,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue