Fix local formatoptions value changed by pug

This commit is contained in:
leafOfTree
2020-01-09 17:47:36 +08:00
parent d9c0860388
commit 74cd78ba77

View File

@@ -73,6 +73,7 @@ let b:javascript_indentexpr = &indentexpr
if s:use_pug
unlet! b:did_indent
runtime! indent/pug.vim
setlocal formatoptions-=r
endif
if s:use_sass