From 62b3d981c1212a4f4093cfaca7d6797114da5f9b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 9 May 2019 00:20:29 +0200 Subject: [PATCH] Add vim TOML support --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index b93c193..fd64ae9 100644 --- a/.vimrc +++ b/.vimrc @@ -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()