# vim-toml **Repository Path**: spf13_vim/vim-toml ## Basic Information - **Project Name**: vim-toml - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ### vim-plug Set up [vim-plug](https://github.com/junegunn/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. ### Janus Set up [Janus](https://github.com/carlhuda/janus) and then clone/submodule this repo into `~/.janus` and restart vim. ## Contributing Contributions are very welcome! Just open a PR.