Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit f927d46

Browse files
committed
doc: update readme to include support of snippets.nvim
1 parent f6f63ad commit f927d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ inoremap <silent><expr> <TAB>
123123
- By default other snippets source support are disabled, turn them on by
124124

125125
```vim
126-
" possible value: 'UltiSnips', 'Neosnippet', 'vim-vsnip'
126+
" possible value: 'UltiSnips', 'Neosnippet', 'vim-vsnip', 'snippets.nvim'
127127
let g:completion_enable_snippet = 'UltiSnips'
128128
```
129-
- Support `UltiSnips` and `Neosnippet` and `vim-vsnip`
129+
- Supports `UltiSnips`, `Neosnippet`, `vim-vsnip` and `snippets.nvim`
130130

131131
### LSP Based Snippet parsing
132132

0 commit comments

Comments
 (0)