1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-11 00:45:42 +08:00

36 lines
627 B
Markdown
Raw Permalink Normal View History

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