From acc17930827cacfca9102c893764f9871b23d25a Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 10 Sep 2022 11:49:31 +0200 Subject: Switched to abbreviations --- editors/vim/README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'editors/vim/README.md') 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-]` -- cgit v1.2.3