mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
1.0 KiB
1.0 KiB
title | description |
---|---|
SpaceVim core layer | SpaceVim core layer provides many default key bindings and features. |
Available Layers >> core
Intro
The core
layer of SpaceVim. This layer is enabled by default, and it provides filetree,
comment key bindings etc.
Features
FileTree
The filetree is included in core layer, by default nerdtree
is used as filetree manager.
To use defx, please add following snippet into your configuration file.
[options]
filemanager = "defx"
Configuration
filetree_show_hidden
: option for showing hidden file in filetree, disabled by default.enable_smooth_scrolling
: enable/disabled smooth scrolling key bindings, enabled by default.
[[layers]]
name = 'core'
filetree_show_hidden = true
enable_smooth_scrolling = true
filetree_opened_icon = ''
filetree_closed_icon = ''