1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
SpaceVim/docs/layers/treesitter.md

27 lines
463 B
Markdown
Raw Normal View History

2021-10-05 15:30:36 +08:00
---
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"
```