mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
39 lines
721 B
Markdown
39 lines
721 B
Markdown
|
---
|
||
|
title: "SpaceVim lang#clojure layer"
|
||
|
description: "This layer is for clojure development, provide autocompletion, syntax checking, code format for clojure file."
|
||
|
---
|
||
|
|
||
|
# [Available Layers](../../) >> lang#clojure
|
||
|
|
||
|
<!-- vim-markdown-toc GFM -->
|
||
|
|
||
|
- [Description](#description)
|
||
|
- [Features](#features)
|
||
|
- [Install](#install)
|
||
|
- [Layer](#layer)
|
||
|
|
||
|
<!-- vim-markdown-toc -->
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This layer is for clojure development, and it includes vim-clojure-static and vim-fireplace.
|
||
|
|
||
|
## Features
|
||
|
|
||
|
- Code completion
|
||
|
- Syntax highlighting
|
||
|
- Indent
|
||
|
- Code formatting
|
||
|
- REPL support
|
||
|
|
||
|
## Install
|
||
|
|
||
|
### Layer
|
||
|
|
||
|
To use this configuration layer, update custom configuration file with:
|
||
|
|
||
|
```toml
|
||
|
[[layers]]
|
||
|
name = "lang#clojure"
|
||
|
```
|