
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.
17 lines
489 B
Markdown
17 lines
489 B
Markdown
# vim-toml
|
|
|
|
Vim syntax for [TOML](https://github.com/toml-lang/toml).
|
|
|
|
## Installation
|
|
|
|
### Pathogen
|
|
|
|
Set up [Pathogen](https://github.com/tpope/vim-pathogen) then clone/submodule this repo into `~/.vim/bundle/toml`, or wherever you've pointed your Pathogen.
|
|
|
|
### Vundle
|
|
|
|
Set up [Vundle](https://github.com/VundleVim/Vundle.vim) 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.
|