mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
34 lines
581 B
Markdown
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"
|
||
|
```
|
||
|
|