Fixed Vim Plug link in install, changed URL highlighting for related projects

This commit is contained in:
MTDL9
2018-07-22 08:41:49 +02:00
parent d417f22b3a
commit a5c97aa73e

View File

@@ -18,7 +18,7 @@ Some of the highlighted elements are:
## Installation ## 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`. Add `Plug 'mtdl9/vim-log-highlighting'` to your `~/.vimrc` and run `PlugInstall`.
@@ -60,5 +60,5 @@ syn clear logUrl
## Related Projects ## Related Projects
* VIM Built-in /var/log/messages highlighting * VIM Built-in /var/log/messages highlighting
* [vim-log-syntax by dzeban](https://github.com/dzeban/vim-log-syntax) * [vim-log-syntax](https://github.com/dzeban/vim-log-syntax) by dzeban
* [vim-log4j by tetsuo13](https://github.com/tetsuo13/Vim-log4j) * [vim-log4j](https://github.com/tetsuo13/Vim-log4j) by tetsuo13