From 1f577404416d0ce3073cbb8ca41a1cb703d12364 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Thu, 9 Sep 2021 09:35:56 +0800 Subject: [PATCH] set comments in ftplugin --- ftplugin/bun.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ftplugin/bun.vim b/ftplugin/bun.vim index 85aad47..156ab99 100644 --- a/ftplugin/bun.vim +++ b/ftplugin/bun.vim @@ -4,10 +4,9 @@ if exists("b:did_ftplugin") let b:did_ftplugin = 1 +setlocal comments=:# setlocal commentstring=#\ %s -" TODO: setlocal comments - setlocal expandtab setlocal tabstop=4 setlocal softtabstop=4