• Stars
    star
    154
  • Rank 240,658 (Top 5 %)
  • Language
    Vim Script
  • Created almost 10 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Vim ftplugin for beancount

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: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.