SpaceVim

A modular Vim/Neovim configuration


Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文


Available APIs » unicode#box

Intro

unicode#box API provides some basic functions for drawing box and table.

let s:SPI = SpaceVim#api#import('unicode#box')
call s:SPI.apply('dot1',  'g:dotstr')
set statusline+=%{g:dotstr}

Functions

function name description
apply(name, time, var) start a job, return the job id

Powered by Jekyll