Class chorus.filetype.Opts

class chorus.filetype.Opts

Filetype options

treesitter: (boolean | string | chorus.treesitter.Parsers)?

Configure treesitter

  1. false: No (default)

  2. true: Install and enable the default parser for the filetype

  3. "<parser>": Install and enable the named parser

  4. { ... }: Install parsers and options as by chorus.treesitter.enable