Fix docs to avoid "E20: Mark not set" error (#753)
This commit is contained in:
@@ -592,7 +592,7 @@ How to setup on the specific buffer?~
|
|||||||
|
|
||||||
You can setup buffer specific configuration like this.
|
You can setup buffer specific configuration like this.
|
||||||
>
|
>
|
||||||
autocmd FileType markdown * lua require('cmp').setup.buffer {
|
autocmd FileType markdown lua require('cmp').setup.buffer {
|
||||||
\ sources = {
|
\ sources = {
|
||||||
\ { name = 'path' },
|
\ { name = 'path' },
|
||||||
\ { name = 'buffer' },
|
\ { name = 'buffer' },
|
||||||
|
|||||||
Reference in New Issue
Block a user