mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Syntax
This commit is contained in:
parent
ec8002c5c8
commit
2f6bc58650
1 changed files with 11 additions and 6 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue