blob: 1b254ef60416592079e5cb9323261cad8d5907a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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`
|