SpaceVim

A community-driven vim distribution


Home | About | Quick start guide | Documentation | Development | Community | Sponsors


Available Layers » ui

Description

The ui layer defines the default interface for SpaceVim, and this layer is enabled by default with following options:

[[layers]]
  name = "ui"
  enable_sidebar = false
  enable_scrollbar = false
  enable_indentline = true
  enable_cursorword = false
  indentline_char = '|'
  conceallevel = 0
  concealcursor = ''
  cursorword_delay = 50
  cursorword_exclude_filetype = []
  indentline_exclude_filetype = []

Install

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

[[layers]]
  name = "ui"

Layer Options

Powered by Jekyll, Help improve this page