File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 5
5
' nvim-lua/plenary.nvim' ,
6
6
' neovim/nvim-lspconfig' ,
7
7
},
8
+ --- @module ' lean'
9
+ --- @type lean.Config
8
10
opts = {
9
11
infoview = {
10
12
horizontal_position = ' top' ,
Original file line number Diff line number Diff line change @@ -168,7 +168,14 @@ This can be configured by putting a line at the top of your `~/.config/nvim/init
168
168
## Full Configuration & Settings Information
169
169
170
170
``` lua
171
- require (' lean' ).setup {
171
+ --- @module ' lean'
172
+ --- @type lean.Config
173
+ require (' lean' ).setup {
174
+ -- Enable suggested mappings?
175
+ --
176
+ -- false by default, true to enable
177
+ mappings = false ,
178
+
172
179
-- Enable the Lean language server(s)?
173
180
--
174
181
-- false to disable, otherwise should be a table of options to pass to `leanls`
@@ -219,11 +226,6 @@ This can be configured by putting a line at the top of your `~/.config/nvim/init
219
226
leader = ' \\ ' ,
220
227
},
221
228
222
- -- Enable suggested mappings?
223
- --
224
- -- false by default, true to enable
225
- mappings = false ,
226
-
227
229
-- Infoview support
228
230
infoview = {
229
231
-- Automatically open an infoview on entering a Lean buffer?
You can’t perform that action at this time.
0 commit comments