From 269a7832ece9c1997d0431c41d04e91d46813a96 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 30 Jun 2022 20:36:37 +0200 Subject: Very basic syntax highlighting --- editors/vim/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 editors/vim/README.md (limited to 'editors/vim/README.md') diff --git a/editors/vim/README.md b/editors/vim/README.md new file mode 100644 index 0000000..1b254ef --- /dev/null +++ b/editors/vim/README.md @@ -0,0 +1,17 @@ +# Vim syntax highlighting + +## Install manually + +Copy or symlink this directory to your vim plugins directory, e.g. using +the following command inside this directory: + + mkdir -p $HOME/.vim/pack/plugins/start/ + ln -s $PWD $HOME/.vim/pack/plugins/start/bruijn + +## Install with a plugin manager + +In this example using vim-plug (others should work similarly): + +1. Add `Plug 'marvinborner/bruijn', { 'rtp': 'editors/vim' }` to your + `.vimrc` +2. Run `:PlugInstall` -- cgit v1.2.3