aboutsummaryrefslogtreecommitdiffhomepage
path: root/editors/vim/README.md
blob: d1a0b0e4b9a975e5350ce59eb52fd99eadef5ea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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`

# Autocompletion

This plugin uses vim’s `abbreviation`s for autocompletion. You can
complete them using `space` or `C-]`