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 7b8d5f9eaf
4 changed files with 137 additions and 1 deletions

View file

@ -60,7 +60,7 @@
following:
```shell
(class: "nixos") cannot be imported into a module
(class: "nixos") cannot be imported into a module
evaluation that expects class "darwin".
```
@ -294,4 +294,12 @@ https://github.com/gorbit99/codewindow.nvim
- Fix `vim.assistant.codecompanion-nvim` lazy loading with [blink-cmp]
[gmvar](https://github.com/gmvar):
[beancount-language-server]: https://github.com/polarmutex/beancount-language-server
[bean-format]: https://github.com/beancount/beancount
- Add beancount support under `vim.languages.beancount` using
[beancount-language-server] and [bean-format].
<!-- vim: set textwidth=80: -->