You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
486 B
Markdown
18 lines
486 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/gmarik/Vundle.vim) then add `Bundle 'cespare/vim-toml'` to your vimrc and run `:BundleInstall` from a fresh vim.
|
|
|
|
## Contributing
|
|
|
|
Contributions are very welcome! Just open a PR.
|