SpaceVim

A community-driven vim distribution


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


Available APIs » data#toml

Intro

data#toml API provides some functions to manipulate a toml. Here is an example for using this api:

let s:TOML = SpaceVim#api#import('data#toml')
let json = s:TOML.parse_file('~/.SpaceVim.d/init.toml')

functions

name description
parse(str) parse content
parse_file(path) parse a toml file

Powered by Jekyll, Help improve this page