From 5f3996e350bbc12f4b1130eb45b264acaa2d6e35 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 30 Oct 2019 06:42:07 +0300 Subject: [PATCH] Update compatibility notes on vim plugins (#76) * Head off confusion about which vim plugin supports what While the *hledger-vim* project has some good ideas, it is not fully developed and hasn't been worked on for a long time. In the meanwhile the *vim-ledger* plugin has started to support `hledger` out of the box as one of the command backends. At the risk of self promotion since I'm now maintaining the *vim-ledger* plugin, this changes the order and adds a note about compatibly so it is more apparent to a newcomer where to start and they don't skip *vim-ledger* entirely assuming from the names that *hledger-vim* is the only plugin that supports `hledger`. * Fix typography, English does not allow comma before space Leave it to a Haskell programmer to try to separate list items with a comma on after a newline in Markdown. Note that most Markdown flavors (including Pandoc) add a trailing space to lines when they join them. This means you cannot start new lines with punctuation. --- index.html | 8 ++++---- index.md | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index fec695f..66aef30 100644 --- a/index.html +++ b/index.html @@ -704,21 +704,21 @@ other console/curses tools
Atom
-

language-ledger , ledger

+

language-ledger, ledger

Emacs
-

beancount-mode , hledger-mode , ledger-mode (also works for hledger, beancount etc.)

+

beancount-mode, hledger-mode, ledger-mode (also works for hledger, beancount etc.)

VIM
-

hledger-vim , vim-beancount , vim-ledger

+

vim-ledger (supports ledger & hledger), vim-beancount, hledger-vim

@@ -739,7 +739,7 @@ other console/curses tools
VS Code
-

hledger-vscode , ledger , vscode-beancount

+

hledger-vscode, ledger, vscode-beancount

diff --git a/index.md b/index.md index 163e6ca..0dec402 100644 --- a/index.md +++ b/index.md @@ -735,8 +735,8 @@ Note these often work quite well for other ledger-likes, not just the one they a ##### Atom
- [language-ledger](https://atom.io/packages/language-ledger) -, [ledger](https://atom.io/packages/ledger) + [language-ledger](https://atom.io/packages/language-ledger), + [ledger](https://atom.io/packages/ledger)
@@ -744,9 +744,9 @@ Note these often work quite well for other ledger-likes, not just the one they a ##### Emacs
- [beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default) -, [hledger-mode](https://github.com/narendraj9/hledger-mode) -, [ledger-mode](https://www.ledger-cli.org/3.0/doc/ledger-mode.html) (also works for hledger, beancount etc.) + [beancount-mode](https://bitbucket.org/blais/beancount/src/1e21b27c0b0ecf2bf2e1a2cd5c3da3b1befc8152/src/elisp/beancount.el?at=default&fileviewer=file-view-default), + [hledger-mode](https://github.com/narendraj9/hledger-mode), + [ledger-mode](https://www.ledger-cli.org/3.0/doc/ledger-mode.html) (also works for hledger, beancount etc.)
@@ -754,9 +754,9 @@ Note these often work quite well for other ledger-likes, not just the one they a ##### VIM
+ [vim-ledger](https://github.com/ledger/vim-ledger) (supports ledger & hledger), + [vim-beancount](https://github.com/nathangrigg/vim-beancount), [hledger-vim](https://github.com/anekos/hledger-vim) -, [vim-beancount](https://github.com/nathangrigg/vim-beancount) -, [vim-ledger](https://github.com/ledger/vim-ledger)
@@ -780,9 +780,9 @@ Note these often work quite well for other ledger-likes, not just the one they a ##### VS Code
- [hledger-vscode](https://github.com/mhansen/hledger-vscode) -, [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger) -, [vscode-beancount](https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount) + [hledger-vscode](https://github.com/mhansen/hledger-vscode), + [ledger](https://marketplace.visualstudio.com/items?itemName=mariosangiorgio.ledger), + [vscode-beancount](https://marketplace.visualstudio.com/items?itemName=Lencerf.beancount)