SpaceVim
A modular Vim/Neovim configuration
Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文
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')
name | description |
---|---|
parse(str) |
parse content |
parse_file(path) |
parse a toml file |
Powered by Jekyll