This layer provides core functionality for SpaceNeovim. It includes common default settings and the following packages:
Add the +core/behavior
layer in your configuration file,
function! Layers()
" ...
Layer '+core/behavior'
" ...
endfunction