chore(vimdoc): Auto update

This commit is contained in:
hedyhli
2024-12-27 01:05:00 +00:00
committed by github-actions[bot]
parent be418351c8
commit 4fd6ca0e38

View File

@@ -483,7 +483,7 @@ External providers from plugins should define the provider module at
The function should return a list of "symbol tables". The function should return a list of "symbol tables".
Each symbol table should have these fields: Each symbol table should have these fields:
- name: string displayed in the outline - name: string displayed in the outline
- kind: integer determines the icon to use - kind: integer|string determines the icon to use
- selectionRange: table with fields `start` and `end`, each have fields - selectionRange: table with fields `start` and `end`, each have fields
`line` and `character`, each integers: `line` and `character`, each integers:
`{ start = { line = ?, character = ? }, ['end'] = { line = ?, character = ? } }` `{ start = { line = ?, character = ? }, ['end'] = { line = ?, character = ? } }`