aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: b2d00a85eb0da515dce8189a7d69c3e8ffc5d757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.

For full details, see [doc/beancount.txt](doc/beancount.txt).