set comments in ftplugin

This commit is contained in:
Hedy Li 2021-09-09 09:35:56 +08:00
parent f2760380e0
commit 1f57740441
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 1 additions and 2 deletions

View File

@ -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