aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/beancount.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-21/+0
| | | | | | | | | | | | | | Problem: The name `server_configurations` is extremely verbose and irritatingly formal and dogmatic. This overlong name is a constant nuisance when reading, writing, and coding. It's also not even correct: these configurations are just as much "client" configurations as they are "server" configurations. Solution: - Rename to a shorter name. - Leave placeholder files for any old URLs that link to the old location.
* fix: avoid initialization of optional value journal_file #3107Christian Kögler2024-04-141-4/+1
| | | | | | | parameter journal_file is optional: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/config.rs#L8 Setting journal_file raises an error in following line: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/server.rs#L122
* fix(beancount): rename journalFile to journal_file (#3047)Sharzy2024-03-041-1/+1
|
* fix(beancount): fix beancount start command and filetype (#1879)hateonion2022-05-171-5/+3
| | | | | | | | | * fix(beancount): fix beancount start command and config * fix: update beancount config * fix: add single_file_support back * fix: fix lint
* fix(beancount-langserver): add stdio flag to cmd (#1791)kmaasrud2022-03-181-1/+1
|
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+26