File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ let default =
6868 ; hint_let_syntax_ppx = false
6969 }
7070 ; syntax_documentation = Some { enable = false }
71- ; merlin_diagnostics = Some { enable = false }
71+ ; merlin_diagnostics = Some { enable = true }
7272 ; shorten_merlin_diagnostics = Some { enable = false }
7373 ; ppx_css_colors = Some { enable = true }
7474 }
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ let initialize_info (client_capabilities : ClientCapabilities.t) : InitializeRes
140140 ~code LensProvider
141141 ~references Provider:(`Bool true )
142142 ~document HighlightProvider:(`Bool true )
143- ~document FormattingProvider:(`Bool false )
143+ ~document FormattingProvider:(`Bool true )
144144 ~selection RangeProvider:(`Bool true )
145145 ~document SymbolProvider:(`Bool true )
146146 ~workspace SymbolProvider:(`Bool true )
You can’t perform that action at this time.
0 commit comments