languages/beancount: init

Create the `vim.languages.beancount` module using `bean-format` and
`beancount-language-server`.
This commit is contained in:
gmvar 2025-08-21 16:20:58 -07:00
commit b38da6ffd9
4 changed files with 127 additions and 0 deletions

View file

@ -538,8 +538,11 @@
[gmvar](https://github.com/gmvar):
[harper-ls]: https://github.com/Automattic/harper
[beancount-language-server]: https://github.com/polarmutex/beancount-language-server
[bean-format]: https://github.com/beancount/beancount
- Add [harper-ls] to the `vim.lsp` module.
- Add beancount support under `vim.languages.beancount` using [beancount-language-server] and [bean-format].
[derethil](https://github.com/derethil):