Skip to content

Commit c17b701

Browse files
rafaelsqryboe
authored andcommitted
add vim/neovim instructions to Readme
1 parent fbad710 commit c17b701

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,16 @@ contain:
132132
q.Q(${1:...}) // DEBUG
133133
```
134134

135-
### vim
135+
### Vim/NeoVim
136136

137-
TBD Send me a PR, please :)
137+
For [SirVer/ultisnips](https://github.com/SirVer/ultisnips), use `:UltiSnipsEdit` to add the new snippet:
138+
139+
```snippets
140+
snippet qq "qq"
141+
q.Q(${1:})
142+
${2}
143+
endsnippet
144+
```
138145

139146
## Haven't I seen this somewhere before?
140147

0 commit comments

Comments
 (0)