1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
SpaceVim/docs/layers/lang/nix.md
2019-10-04 10:09:43 +08:00

34 lines
581 B
Markdown

---
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)
- [Key bindings](#key-bindings)
<!-- vim-markdown-toc -->
## Description
This layer adds [Nix](https://nixos.org/nix/manual/) language support to SpaceVim.
## Features
- syntax highlighting
## Install
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#nix"
```