froked here!
This commit is contained in:
parent
3338d39206
commit
fc9f2945ef
4 changed files with 63 additions and 21 deletions
15
lua/custom/plugins/lean.lua
Normal file
15
lua/custom/plugins/lean.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue