Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathangrigg/vim-beancount
Vim ftplugin for beancount
https://github.com/nathangrigg/vim-beancount
Last synced: 10 days ago
JSON representation
Vim ftplugin for beancount
- Host: GitHub
- URL: https://github.com/nathangrigg/vim-beancount
- Owner: nathangrigg
- Created: 2014-10-06T22:36:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T20:21:03.000Z (9 months ago)
- Last Synced: 2024-08-02T06:14:29.792Z (3 months ago)
- Language: Vim Script
- Size: 75.2 KB
- Stars: 153
- Watchers: 7
- Forks: 41
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-beancount - Vim
README
# vim-beancount
This is the beancount filetype for Vim. Includes highlighting and some basic
functions.## Installation
I suggest [Vundle](https://github.com/gmarik/Vundle.vim) or
[Pathogen](https://github.com/tpope/vim-pathogen), but you can also just
copy all of the files into the appropriate places inside your '.vim' directory.## Feature Highlights
* Syntax highlighting and indenting.
* Completion: Type `Ex:Oth` followed by `^X^O` to get `Expenses:Donations:Other`
(provided that you have opened an account with that name).* Use `:make` to run `bean-check` and load errors in the quickfix window.
* The `AlignCommodity` command lines up all your decimal points.
For full details, see [doc/beancount.txt](doc/beancount.txt).