mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 20:10:05 +08:00
27 lines
463 B
Markdown
27 lines
463 B
Markdown
---
|
|
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"
|
|
```
|