diff options
author | Wolfgang Müller | 2021-03-26 20:35:18 +0100 |
---|---|---|
committer | Wolfgang Müller | 2021-03-26 20:35:18 +0100 |
commit | 1e73b40b6845510e392dadd6241ff63f0426ffed (patch) | |
tree | b3892da66bb1075aa49e8fba1d75f60f132fdba9 | |
parent | 4b8b35b71fc3ac0ac81e82bdffde048f2baca657 (diff) | |
download | vim-beancount-1e73b40b6845510e392dadd6241ff63f0426ffed.tar.gz |
Reference forked project in README.md and convert plain URL to a link
Diffstat (limited to '')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ # vim-beancount -This is a mildly simplified fork of vim-beancount, with the following changes: +This is a mildly simplified fork of [vim-beancount](https://github.com/nathangrigg/vim-beancount), +with the following changes: - Dropped support for syntastic, ale, and deoplete. I don't use these plugins. - AlignCommodity is fully replaced with `bean-format` through `formatprg`. @@ -13,7 +14,7 @@ Keep in mind that this is first and foremost for personal use. ## Installation -Use native Vim package support, see https://vimhelp.org/repeat.txt.html#packages +Use native Vim package support, see [here](https://vimhelp.org/repeat.txt.html#packages). ## Feature Highlights |