diff --git a/README.md b/README.md index b0fb98a6..71508e8e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ vim-lsp supports incremental changes of Language Server Protocol. Refer to docs on configuring omnifunc or [asyncomplete.vim](https://github.com/prabirshrestha/asyncomplete.vim). +## Snippets (UltiSnips) + +If you have UltiSnips already installed, you can enable LSP snippet integration using: +```vim +let g:lsp_ultisnips_integration = 1 +``` +Make sure to read the notes in `:h g:lsp_ultisnips_integration` before enabling this feature. + ## Supported commands **Note:**