diff options
author | Marvin Borner | 2022-09-10 11:49:31 +0200 |
---|---|---|
committer | Marvin Borner | 2022-09-10 11:49:31 +0200 |
commit | acc17930827cacfca9102c893764f9871b23d25a (patch) | |
tree | f4e3836d9c652b5e043ec71442fd430c0b71b05c /editors/vim/README.md | |
parent | 336a1b4426713bd1c74e16f6a2af5c08d48f6f22 (diff) |
Switched to abbreviations
Diffstat (limited to 'editors/vim/README.md')
-rw-r--r-- | editors/vim/README.md | 9 |
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-]` |