From a5c97aa73e01ce9d5624aa624ed2053a8ba9804c Mon Sep 17 00:00:00 2001 From: MTDL9 <40929090+MTDL9@users.noreply.github.com> Date: Sun, 22 Jul 2018 08:41:49 +0200 Subject: [PATCH] Fixed Vim Plug link in install, changed URL highlighting for related projects --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b0d87e..218b83d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Some of the highlighted elements are: ## Installation -### [VimPlug](https://github.com/gmarik/Vundle.vim) +### [VimPlug](https://github.com/junegunn/vim-plug) Add `Plug 'mtdl9/vim-log-highlighting'` to your `~/.vimrc` and run `PlugInstall`. @@ -60,5 +60,5 @@ syn clear logUrl ## Related Projects * VIM Built-in /var/log/messages highlighting -* [vim-log-syntax by dzeban](https://github.com/dzeban/vim-log-syntax) -* [vim-log4j by tetsuo13](https://github.com/tetsuo13/Vim-log4j) +* [vim-log-syntax](https://github.com/dzeban/vim-log-syntax) by dzeban +* [vim-log4j](https://github.com/tetsuo13/Vim-log4j) by tetsuo13