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" },
|
||||
})
|
||||
end,
|
||||
{
|
||||
"Julian/lean.nvim",
|
||||
event = { "BufReadPre *.lean", "BufNewFile *.lean" },
|
||||
dependencies = {
|
||||
|
|
@ -123,5 +122,4 @@ return {
|
|||
on_lines = nil,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue