-
-
Notifications
You must be signed in to change notification settings - Fork 159
languages/beancount: init #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
gmvar
wants to merge
1
commit into
NotAShelf:v0.8
Choose a base branch
from
gmvar:languages/beancount
base: v0.8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0d75b65
to
8259788
Compare
8259788
to
b38da6f
Compare
horriblename
requested changes
Sep 5, 2025
b38da6f
to
fa30514
Compare
8b98f07
to
ba9ce8b
Compare
fa30514
to
aade359
Compare
Create the `vim.languages.beancount` module using `bean-format` and `beancount-language-server`.
aade359
to
25c8b76
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Create the
vim.languages.beancount
module usingbean-format
andbeancount-language-server
.Current Issues
Formatting Behavior:
beancount-language-server
currently lacks an option to disable formatting. This results in documents being automatically formatted, even when the settingvim.languages.beancount.format.enable
is set tofalse
.Formatting Package Installation:
vim.languages.beancount.format.enable
setting does not install the necessary formatting package, which isbean-format
. This package is included inpkgs.beancount
.beancount-language-server
also depends onpkgs.beancount
, leading to a decision point regarding installation options. I would appreciate guidance on the preferred approach:pkgs.beancount
tovim.extraPackages
: This would ensure that the formatting package is available without requiring additional user setup.bean-format
is available in their system PATH, similar to the current setup for the language server.Sanity Checking
nix fmt
).#nix
(default package).#maximal
.#docs-html
(manual, must build).#docs-linkcheck
(optional, please build if adding links)x86_64-linux
aarch64-linux
x86_64-darwin
aarch64-darwin