Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangBaNhatNguyen committed Jul 5, 2023
1 parent 43b69a2 commit 24bca5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ Note: calling the setup function is only required if you wish to customize this

```lua
require("cmp_nvim_ultisnips").setup {
filetype_source = "treesitter",
filetype_source = "ultisnips_default",
show_snippets = "all",
documentation = function(snippet)
return snippet.description
return snippet.description .. "\n\n" .. snippet.value
end
}
```
Expand Down

0 comments on commit 24bca5c

Please sign in to comment.