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.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/vim/README.md b/editors/vim/README.md
index c10e69d..d1a0b0e 100644
--- a/editors/vim/README.md
+++ b/editors/vim/README.md
@@ -16,10 +16,7 @@ In this example using vim-plug (others should work similarly):
`.vimrc`
2. Run `:PlugInstall`
-# Snippets
+# Autocompletion
-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
+This plugin uses vim’s `abbreviation`s for autocompletion. You can
+complete them using `space` or `C-]`