aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Grigg2014-10-07 10:14:30 -0700
committerNathan Grigg2014-10-07 10:14:30 -0700
commitff555a0de143e2148d89564d221450cf743da14d (patch)
tree8b664bd872e5f8fe02fc05988e47427c56278891
downloadvim-beancount-ff555a0de143e2148d89564d221450cf743da14d.tar.gz
Initial commit
-rw-r--r--README.md10
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.