16 lines
303 B
Lua
16 lines
303 B
Lua
return {
|
|
{
|
|
'Julian/lean.nvim',
|
|
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
|
|
|
|
dependencies = {
|
|
'neovim/nvim-lspconfig',
|
|
'nvim-lua/plenary.nvim',
|
|
},
|
|
|
|
opts = {
|
|
lsp = {},
|
|
mappings = true,
|
|
}
|
|
}
|
|
}
|