Skip to content

Latest commit

 

History

History

behavior

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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