Add source name

This commit is contained in:
hrsh7th 2021-08-25 15:33:47 +09:00
parent 4d32d54027
commit a5774490b5

View File

@ -2,6 +2,16 @@
nvim-cmp source for buffer words.
# Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'buffer' }
}
}
```
# Configuration
The below source configuration are available.