Skip to content

Latest commit

 

History

History

start-screen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Start Screen Layer

This layer displays a nice start screen, using

Table of Contents

Install

Add the +nav/start-screen layer in your configuration file,

function! Layers()
  " ...
  Layer '+nav/start-screen'
  " ...
endfunction