Vim syntax for TOML. As of Neovim 0.6 and Vim 8.2.3519, these runtime files are included in the main (Neo)Vim distribution.
Vim packages (recommended; Vim 8+ only)Clone or submodule this repo into your Vim packages location. Example:
git clone https://github.com/cespare/vim-toml.git ~/.vim/pack/plugins/start/vim-toml
Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/toml
, or wherever you've pointed your Pathogen.
Set up Vundle then add Plugin 'cespare/vim-toml'
to your vimrc and run :PluginInstall
from a fresh vim.
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
.
Set up Janus and then clone/submodule this repo into ~/.janus
and restart vim.
Contributions are very welcome! Just open a PR.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4