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
|
2022-01-25 21:23:31 +08:00
|
|
|
- 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"
|
|
|
|
```
|
|
|
|
|