This commit is contained in:
Lol3rrr
2026-04-29 11:20:27 +02:00
parent 0539ced3b3
commit 84f4c6956e

View File

@@ -3,9 +3,20 @@ return {{
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
dependencies = {
'nvim-lua/plenary.nvim',
-- optional dependencies:
-- a completion engine
-- hrsh7th/nvim-cmp or Saghen/blink.cmp are popular choices
-- 'nvim-telescope/telescope.nvim', -- for 2 Lean-specific pickers
-- 'andymass/vim-matchup', -- for enhanced % motion behavior
-- 'andrewradev/switch.vim', -- for switch support
-- 'tomtom/tcomment_vim', -- for commenting
},
---@type lean.Config
opts = {
opts = { -- see below for full configuration options
mappings = true,
},
}
}}