From 0be67ddc09545c27be1fc955ac98071827522b5a Mon Sep 17 00:00:00 2001 From: Pavel Lutskov Date: Sat, 4 Jul 2020 10:57:56 +0200 Subject: [PATCH] comment.vim: add TOML --- plugin/comment.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/comment.vim b/plugin/comment.vim index de78b60..10990f4 100644 --- a/plugin/comment.vim +++ b/plugin/comment.vim @@ -18,6 +18,7 @@ let s:comment_map = { \ 'cmake': '#', \ 'scheme': ';;', \ 'yaml': '#', + \ 'toml': '#', \ 'haskell': '--' \ }