Iron-E / vim-toml

Vim syntax for TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-toml

Vim syntax for TOML.

Installation

Vim packages (recommended; Vim 8+ only)

Clone or submodule this repo into your Vim packages location. Example:

mkdir -p ~/.vim/pack/plugins/start
cd ~/.vim/pack/plugins/start
git clone https://github.com/cespare/vim-toml.git

Pathogen

Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/toml, or wherever you've pointed your Pathogen.

Vundle

Set up Vundle then add Plugin 'cespare/vim-toml' to your vimrc and run :PluginInstall from a fresh vim.

vim-plug

Set up vim-plug. In your .vimrc, between the lines for call plug#begin() and call plug#end(), add the line Plug 'cespare/vim-toml'. Reload your .vimrc and then run :PlugInstall.

Janus

Set up Janus and then clone/submodule this repo into ~/.janus and restart vim.

Contributing

Contributions are very welcome! Just open a PR.

About

Vim syntax for TOML

License:MIT License


Languages

Language:Vim Script 100.0%