aboutsummaryrefslogtreecommitdiffhomepage
path: root/editors/vim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/README.md')
-rw-r--r--editors/vim/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/vim/README.md b/editors/vim/README.md
index 1b254ef..c10e69d 100644
--- a/editors/vim/README.md
+++ b/editors/vim/README.md
@@ -15,3 +15,11 @@ In this example using vim-plug (others should work similarly):
1. Add `Plug 'marvinborner/bruijn', { 'rtp': 'editors/vim' }` to your
`.vimrc`
2. Run `:PlugInstall`
+
+# Snippets
+
+Snippets requires UltiSnips or a similar (compatible) alternative. You
+can then install the snippets using something like this (depends on your
+path setup):
+
+ ln -s $PWD/bruijn.snippets $HOME/.vim/plugged/vim-snippets/UltiSnips/bruijn.snippets