diff options
author | Nathan Grigg | 2014-10-07 10:14:30 -0700 |
---|---|---|
committer | Nathan Grigg | 2014-10-07 10:14:30 -0700 |
commit | ff555a0de143e2148d89564d221450cf743da14d (patch) | |
tree | 8b664bd872e5f8fe02fc05988e47427c56278891 | |
download | vim-beancount-ff555a0de143e2148d89564d221450cf743da14d.tar.gz |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b5cf228 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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. |