Add lean and ruby lsp
This commit is contained in:
11
lua/plugins/lean.lua
Normal file
11
lua/plugins/lean.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {{
|
||||
'Julian/lean.nvim',
|
||||
event = { 'BufReadPre *.lean', 'BufNewFile *.lean' },
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
---@type lean.Config
|
||||
opts = {
|
||||
mappings = true,
|
||||
},
|
||||
}}
|
||||
Reference in New Issue
Block a user