Layers.treesitter

layers.treesitter #


methods #


M.packages #


function M.packages() ->  ("nvim-treesitter/nvim-treesitter")

M.load #


function M.load() ->  nil

M.langs #


function M.langs(languages: string[]) ->  nil

@param languages - The array of languages to check

Ensures the given tree sitter parsers are installed

fields #


M.default_config #


M.default_config: {
    highlight: boolean = true,
    indent: boolean = true,
}

M.languages #


M.languages: table