Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 490 Bytes

File metadata and controls

21 lines (15 loc) · 490 Bytes

Core Behavior Layer

This layer provides core functionality for SpaceNeovim. It includes common default settings and the following packages:

Table of Contents

Install

Add the +core/behavior layer in your configuration file,

function! Layers()
  " ...
  Layer '+core/behavior'
  " ...
endfunction