SpaceVim

A modular Vim/Neovim configuration


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