1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00
SpaceVim/docs/layers/ui.md
2020-10-17 12:28:34 +08:00

771 B

title description
SpaceVim ui layer Awesome UI layer for SpaceVim, provide IDE-like UI for neovim and vim in both TUI and GUI

Available Layers >> ui

Description

This is UI layer for SpaceVim, and it is loaded by default.

Install

To use this configuration layer, update custom configuration file with:

[[layers]]
  name = "ui"

Layer Options

  • enable_scrollbar: Enable/disable floating scrollbar of current buffer. Disabled by default. This feature requires neovim's floating window.
  • enable_indentline: Enable/disable indentline of current buffer. Enabled by default.