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

@ -75,6 +75,7 @@ isMaximal: {
# Language modules that are not as common.
assembly.enable = false;
astro.enable = false;
beancount.enable = false;
nu.enable = false;
csharp.enable = false;
julia.enable = false;