mirror of
https://github.com/hrsh7th/cmp-buffer
synced 2025-05-10 20:19:35 +00:00
Add source name
This commit is contained in:
parent
4d32d54027
commit
a5774490b5
10
README.md
10
README.md
@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
nvim-cmp source for buffer words.
|
nvim-cmp source for buffer words.
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
```lua
|
||||||
|
require'cmp'.setup {
|
||||||
|
sources = {
|
||||||
|
{ name = 'buffer' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
The below source configuration are available.
|
The below source configuration are available.
|
||||||
|
Loading…
Reference in New Issue
Block a user