froked here!

This commit is contained in:
Asdaq R 2025-11-26 20:20:22 -05:00
parent 3338d39206
commit fc9f2945ef
4 changed files with 63 additions and 21 deletions

View file

@ -0,0 +1,15 @@
return {
'Julian/lean.nvim',
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
dependencies = {
'nvim-lua/plenary.nvim',
'Saghen/blink.cmp',
'nvim-telescope/telescope.nvim',
},
---@type Lean.Config
opts = {
mappings = true,
},
}