vim-beancount
vim-beancount copied to clipboard
Vim ftplugin for beancount
trafficstars
vim-beancount
This is the beancount filetype for Vim. Includes highlighting and some basic functions.
Installation
I suggest Vundle or 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:Othfollowed by^X^Oto getExpenses:Donations:Other(provided that you have opened an account with that name). -
Use
:maketo runbean-checkand load errors in the quickfix window. -
The
AlignCommoditycommand lines up all your decimal points.
For full details, see doc/beancount.txt.