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

Commit d3f7572

Browse files
committed
doc: Mention snippets.nvim support in README
1 parent 25dac52 commit d3f7572

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ supported.
1111
- Asynchronous completion using the `libuv` api.
1212
- Automatically open hover windows when popupmenu is available.
1313
- Automatically open signature help if it's available.
14-
- Snippets integration with UltiSnips and Neosnippet and vim-vsnip.
14+
- Snippets integration with UltiSnips, Neosnippet, vim-vsnip, and snippets.nvim.
1515
- Apply *additionalTextEdits* in LSP spec if it's available.
1616
- Chain completion support inspired by [vim-mucomplete](https://github.com/lifepillar/vim-mucomplete)
1717

@@ -129,9 +129,7 @@ let g:completion_enable_snippet = 'UltiSnips'
129129
- Some language server have snippet support but neovim couldn't handle that for now, `completion-nvim` can integrate
130130
with other LSP snippet parsing plugin for this support.
131131

132-
- Right now only support `vim-vsnip`(require `vim-vsnip-integ`), it should
133-
work out of the box if you have [vim-vsnip](https://github.com/hrsh7th/vim-vsnip) and
134-
[vim-vsnip-integ](https://github.com/hrsh7th/vim-vsnip-integ) installed.
132+
Right now, [vim-vsnip](https://github.com/hrsh7th/vim-vsnip) (requiring [vim-vsnip-integ](https://github.com/hrsh7th/vim-vsnip-integ)) and [snippets.nvim](https://github.com/norcalli/snippets.nvim) are supported.
135133

136134
### Chain Completion Support
137135

0 commit comments

Comments
 (0)