Vim syntax for TOML.
Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/toml
, or wherever you've pointed your Pathogen.
Set up Vundle then add Plugin 'cespare/vim-toml'
to your vimrc and run :PluginInstall
from a fresh vim.
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'
. Then run :PlugInstall
from a fresh vim instance.
Set up Janus and then clone/submodule this repo into ~/.janus
and restart vim.
Contributions are very welcome! Just open a PR.