--- title: "SpaceVim treesitter layer" description: "This layers adds extensive support for treesitter" --- # [Available Layers](../) >> treesitter <!-- vim-markdown-toc GFM --> - [Description](#description) - [Install](#install) <!-- vim-markdown-toc --> ## Description This layer adds support for treesitter in neovim. ## Install To use this configuration layer, update your custom configuration file with: ```toml [[layers]] name = "treesitter" ```