Add vim TOML support

This commit is contained in:
Rodolphe Breard 2019-05-09 00:20:29 +02:00
parent dafbfbb4ba
commit 62b3d981c1

1
.vimrc
View file

@ -16,6 +16,7 @@ Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
Plugin 'sjl/badwolf' " A Vim color scheme.
Plugin 'rust-lang/rust.vim' " Vim configuration for Rust.
Plugin 'cespare/vim-toml' " Vim syntax for TOML.
call vundle#end()