From 0b68731e977202a09c683f2d75da162d46f65d0d Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 6 Dec 2020 03:06:33 +0100 Subject: [PATCH] vim: add vim-toml --- vim/plugs.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index 9a0d12b..8cbacad 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -56,6 +56,7 @@ Plug 'https://github.com/mgedmin/coverage-highlight.vim' Plug 'https://github.com/rust-lang/rust.vim' Plug 'https://github.com/vim-scripts/nginx.vim' Plug 'https://github.com/plasticboy/vim-markdown' +Plug 'https://github.com/cespare/vim-toml' Plug 'epheien/termdbg'