Skip to content

Latest commit

 

History

History

sensible

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Sensible layer Layer

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

Table of Contents

Install

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

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