1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:20:06 +08:00
SpaceVim/bundle/vim-toml
2021-11-13 15:05:04 +08:00
..
autoload fix(toml): fix toml json preview plugin 2021-11-13 15:05:04 +08:00
ftdetect feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
ftplugin feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
syntax feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
test feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
LICENSE feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
README.md feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00

vim-toml

Vim syntax for TOML.

Installation

Clone or submodule this repo into your Vim packages location. Example:

mkdir -p ~/.vim/pack/plugins/start
cd ~/.vim/pack/plugins/start
git clone https://github.com/cespare/vim-toml.git

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.

vim-plug

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', { 'branch': 'main' }. Reload your .vimrc and then run :PlugInstall.

Janus

Set up Janus and then clone/submodule this repo into ~/.janus and restart vim.

Contributing

Contributions are very welcome! Just open a PR.