diff options
author | Marvin Borner | 2022-08-29 22:09:59 +0200 |
---|---|---|
committer | Marvin Borner | 2022-08-29 23:04:52 +0200 |
commit | 78fc68e8718e2e5afffb10c389d2d58bbd3e0681 (patch) | |
tree | 3c1076824c25882e6a9e305e39c148cc54e9520f /editors/vim/README.md | |
parent | 627afd9bb206765699f3420a6ab0847e636550b4 (diff) |
Added snippets
Diffstat (limited to 'editors/vim/README.md')
-rw-r--r-- | editors/vim/README.md | 8 |
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 |