File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 228
228
* Add support for signatureHelp using ~posframe~. #1999
229
229
* Add ~iedit~ integration. #2478
230
230
* Add client for Verible SystemVerilog language Server ([[https://github.com/chipsalliance/verible]])
231
+ * Add support for per-project Beancount initialization-options
231
232
232
233
** Release 7.0.1
233
234
* Introduced ~lsp-diagnostics-mode~.
Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ Use nil (the default) to use the current beancount buffer as the journal file."
55
55
`(, lsp-beancount-langserver-executable " --stdio" )))
56
56
:major-modes '(beancount-mode)
57
57
:initialization-options
58
- `((journal_file . , lsp-beancount-journal-file ))
58
+ (lambda ()
59
+ `((journal_file . , lsp-beancount-journal-file )))
59
60
:server-id 'beancount-ls ))
60
61
61
62
(lsp-consistency-check lsp-beancount)
You can’t perform that action at this time.
0 commit comments