1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:20:06 +08:00
SpaceVim/docs/layers/lang/nix.md

36 lines
627 B
Markdown
Raw Normal View History

2019-10-04 10:09:43 +08:00
---
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)
2019-10-04 10:09:43 +08:00
## Install
2021-06-21 20:39:29 +08:00
To use this configuration layer, update your custom configuration file with:
2019-10-04 10:09:43 +08:00
```toml
[[layers]]
name = "lang#nix"
```