---
title: "SpaceVim lang#nix layer"
description: "This layer adds Nix language support to SpaceVim."
---

# [Available Layers](../../) >> lang#nix

<!-- vim-markdown-toc GFM -->

- [Description](#description)
- [Features](#features)
- [Install](#install)

<!-- vim-markdown-toc -->

## Description

This layer adds [Nix](https://nixos.org/nix/manual/) language support to SpaceVim.

## Features

- syntax highlighting
- symbol renaming (LSP)
- go to definition (LSP)
- syntax checking (LSP)

## Install

To use this configuration layer, update your custom configuration file with:

```toml
[[layers]]
  name = "lang#nix"
```