nvim_runtime_lua

lsp.DocumentSelector

(alias) lsp.DocumentSelector = lsp.DocumentFilter[]

A document selector is the combination of one or many document filters.

@sample let sel:DocumentSelector = [{ language: 'typescript' }, { language: 'json', pattern: '**∕tsconfig.json' }];

The use of a string as a document filter is deprecated @since 3.16.0.