dotfiles/.vim/bundle/vim-toml
Dongsu Park 1f3ad4ba84 add bundle for vim-toml for TOML type
In .vimrc, turn on rustfmt_autosave, add options for json, toml,
yaml file types, and remove unnecessary bundles.
Add a new bundle for the toml file type.
2017-04-25 10:22:52 +02:00
..
ftdetect add bundle for vim-toml for TOML type 2017-04-25 10:22:52 +02:00
ftplugin add bundle for vim-toml for TOML type 2017-04-25 10:22:52 +02:00
syntax add bundle for vim-toml for TOML type 2017-04-25 10:22:52 +02:00
LICENSE add bundle for vim-toml for TOML type 2017-04-25 10:22:52 +02:00
README.md add bundle for vim-toml for TOML type 2017-04-25 10:22:52 +02:00

vim-toml

Vim syntax for TOML.

Installation

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.

Contributing

Contributions are very welcome! Just open a PR.